xfs: remove XFS_QMOPT_DQSUSER
[firefly-linux-kernel-4.4.55.git] / fs / xfs / xfs_dquot.h
index cc0149d217baed7ab853596a2d918b1b89988f82..a1d91d8f18027b9e217f07ff8769d9d4a21fe2a1 100644 (file)
@@ -129,6 +129,8 @@ static inline void xfs_dqunlock_nonotify(struct xfs_dquot *dqp)
                                     (XFS_IS_UQUOTA_ON((d)->q_mount)) : \
                                     (XFS_IS_OQUOTA_ON((d)->q_mount))))
 
+extern int             xfs_qm_dqread(struct xfs_mount *, xfs_dqid_t, uint,
+                                       uint, struct xfs_dquot  **);
 extern void            xfs_qm_dqdestroy(xfs_dquot_t *);
 extern int             xfs_qm_dqflush(xfs_dquot_t *, uint);
 extern void            xfs_qm_dqpurge(xfs_dquot_t *);