diff options
Diffstat (limited to 'fs/xfs/xfs_dquot.h')
-rw-r--r-- | fs/xfs/xfs_dquot.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/xfs/xfs_dquot.h b/fs/xfs/xfs_dquot.h index 48a795b141b6..60b0d72b0241 100644 --- a/fs/xfs/xfs_dquot.h +++ b/fs/xfs/xfs_dquot.h | |||
@@ -110,7 +110,7 @@ static inline void xfs_dqlock(struct xfs_dquot *dqp) | |||
110 | mutex_lock(&dqp->q_qlock); | 110 | mutex_lock(&dqp->q_qlock); |
111 | } | 111 | } |
112 | 112 | ||
113 | static inline void xfs_dqunlock_nonotify(struct xfs_dquot *dqp) | 113 | static inline void xfs_dqunlock(struct xfs_dquot *dqp) |
114 | { | 114 | { |
115 | mutex_unlock(&dqp->q_qlock); | 115 | mutex_unlock(&dqp->q_qlock); |
116 | } | 116 | } |
@@ -166,7 +166,6 @@ extern int xfs_qm_dqget(xfs_mount_t *, xfs_inode_t *, | |||
166 | extern void xfs_qm_dqput(xfs_dquot_t *); | 166 | extern void xfs_qm_dqput(xfs_dquot_t *); |
167 | 167 | ||
168 | extern void xfs_dqlock2(struct xfs_dquot *, struct xfs_dquot *); | 168 | extern void xfs_dqlock2(struct xfs_dquot *, struct xfs_dquot *); |
169 | extern void xfs_dqunlock(struct xfs_dquot *); | ||
170 | extern void xfs_dqflock_pushbuf_wait(struct xfs_dquot *dqp); | 169 | extern void xfs_dqflock_pushbuf_wait(struct xfs_dquot *dqp); |
171 | 170 | ||
172 | static inline struct xfs_dquot *xfs_qm_dqhold(struct xfs_dquot *dqp) | 171 | static inline struct xfs_dquot *xfs_qm_dqhold(struct xfs_dquot *dqp) |