xfs: better xfs_trans_alloc interface
[deliverable/linux.git] / fs / xfs / libxfs / xfs_shared.h
index 81ac870834da9e63515553e3fa291318acd1e73a..7d4ab6439081bdb0eef14d8f085ca3521ad50d97 100644 (file)
@@ -181,8 +181,9 @@ int xfs_log_calc_minimum_size(struct xfs_mount *);
 #define        XFS_TRANS_SYNC          0x08    /* make commit synchronous */
 #define XFS_TRANS_DQ_DIRTY     0x10    /* at least one dquot in trx dirty */
 #define XFS_TRANS_RESERVE      0x20    /* OK to use reserved data blocks */
-#define XFS_TRANS_FREEZE_PROT  0x40    /* Transaction has elevated writer
-                                          count in superblock */
+#define XFS_TRANS_NO_WRITECOUNT 0x40   /* do not elevate SB writecount */
+#define XFS_TRANS_NOFS         0x80    /* pass KM_NOFS to kmem_alloc */
+
 /*
  * Field values for xfs_trans_mod_sb.
  */
This page took 0.063606 seconds and 5 git commands to generate.