xfs: flatten the dquot lock ordering
[deliverable/linux.git] / fs / xfs / xfs_dquot.h
index 0b5d2ae9202806ccbb35bdc65191cc592813d42b..98488dfe442f2f6761c0be34cc5317b9f370781e 100644 (file)
@@ -133,7 +133,7 @@ static inline void xfs_dqunlock_nonotify(struct xfs_dquot *dqp)
 
 extern void            xfs_qm_dqdestroy(xfs_dquot_t *);
 extern int             xfs_qm_dqflush(xfs_dquot_t *, uint);
-extern int             xfs_qm_dqpurge(xfs_dquot_t *);
+extern void            xfs_qm_dqpurge(xfs_dquot_t *);
 extern void            xfs_qm_dqunpin_wait(xfs_dquot_t *);
 extern void            xfs_qm_adjust_dqtimers(xfs_mount_t *,
                                        xfs_disk_dquot_t *);
This page took 0.026406 seconds and 5 git commands to generate.