xfs: merge xfs_ag.h into xfs_format.h
[firefly-linux-kernel-4.4.55.git] / fs / xfs / xfs_qm.c
index 10232102b4a6ffac8a8a92f627ba0cb0caea64ab..26d4a8d89dfa87a5376d468daa6f0d02e2dc95fe 100644 (file)
@@ -23,7 +23,6 @@
 #include "xfs_trans_resv.h"
 #include "xfs_bit.h"
 #include "xfs_sb.h"
-#include "xfs_ag.h"
 #include "xfs_mount.h"
 #include "xfs_inode.h"
 #include "xfs_ialloc.h"
@@ -38,7 +37,6 @@
 #include "xfs_trace.h"
 #include "xfs_icache.h"
 #include "xfs_cksum.h"
-#include "xfs_dinode.h"
 
 /*
  * The global quota manager. There is only one of these for the entire
@@ -434,6 +432,7 @@ xfs_qm_dquot_isolate(
        struct list_head        *item,
        spinlock_t              *lru_lock,
        void                    *arg)
+               __releases(lru_lock) __acquires(lru_lock)
 {
        struct xfs_dquot        *dqp = container_of(item,
                                                struct xfs_dquot, q_lru);