diff options
Diffstat (limited to 'fs/xfs/xfs_dquot.c')
-rw-r--r-- | fs/xfs/xfs_dquot.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/fs/xfs/xfs_dquot.c b/fs/xfs/xfs_dquot.c index 4e268edcf3f6..71e615fef174 100644 --- a/fs/xfs/xfs_dquot.c +++ b/fs/xfs/xfs_dquot.c | |||
@@ -1076,17 +1076,6 @@ xfs_qm_dqflush( | |||
1076 | 1076 | ||
1077 | } | 1077 | } |
1078 | 1078 | ||
1079 | void | ||
1080 | xfs_dqunlock( | ||
1081 | xfs_dquot_t *dqp) | ||
1082 | { | ||
1083 | xfs_dqunlock_nonotify(dqp); | ||
1084 | if (dqp->q_logitem.qli_dquot == dqp) { | ||
1085 | xfs_trans_unlocked_item(dqp->q_logitem.qli_item.li_ailp, | ||
1086 | &dqp->q_logitem.qli_item); | ||
1087 | } | ||
1088 | } | ||
1089 | |||
1090 | /* | 1079 | /* |
1091 | * Lock two xfs_dquot structures. | 1080 | * Lock two xfs_dquot structures. |
1092 | * | 1081 | * |