io_uring: don't keep looping for more events if we can't flush overflow
[linux-2.6-microblaze.git] / fs / xfs / xfs_itable.h
index 96a1e2a..7078d10 100644 (file)
@@ -8,6 +8,7 @@
 /* In-memory representation of a userspace request for batch inode data. */
 struct xfs_ibulk {
        struct xfs_mount        *mp;
+       struct user_namespace   *mnt_userns;
        void __user             *ubuffer; /* user output buffer */
        xfs_ino_t               startino; /* start with this inode */
        unsigned int            icount;   /* number of elements in ubuffer */