]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/xfs/xfs_filestream.c
kernfs: Switch to generic xattr handlers
[karo-tx-linux.git] / fs / xfs / xfs_filestream.c
index a51353a1f87f1a5e78064c0598f42397ece8f767..4a33a3304369109f2864bf97362962865f56c930 100644 (file)
@@ -22,6 +22,7 @@
 #include "xfs_trans_resv.h"
 #include "xfs_sb.h"
 #include "xfs_mount.h"
+#include "xfs_defer.h"
 #include "xfs_inode.h"
 #include "xfs_bmap.h"
 #include "xfs_bmap_util.h"
@@ -385,7 +386,7 @@ xfs_filestream_new_ag(
        }
 
        flags = (ap->userdata ? XFS_PICK_USERDATA : 0) |
-               (ap->flist->xbf_low ? XFS_PICK_LOWSPACE : 0);
+               (ap->dfops->dop_low ? XFS_PICK_LOWSPACE : 0);
 
        err = xfs_filestream_pick_ag(pip, startag, agp, flags, minlen);