vserver 1.9.3
[linux-2.6.git] / fs / xfs / linux-2.6 / xfs_sysctl.h
index 872014b..5ff61bb 100644 (file)
@@ -59,6 +59,7 @@ typedef struct xfs_param {
        xfs_sysctl_val_t inherit_noatim;/* Inherit the "noatime" inode flag. */
        xfs_sysctl_val_t xfs_buf_timer; /* Interval between xfsbufd wakeups. */
        xfs_sysctl_val_t xfs_buf_age;   /* Metadata buffer age before flush. */
+       xfs_sysctl_val_t inherit_nosym; /* Inherit the "nosymlinks" flag. */
 } xfs_param_t;
 
 /*
@@ -95,6 +96,7 @@ enum {
        XFS_BUF_TIMER = 16,
        XFS_BUF_AGE = 17,
        /* XFS_IO_BYPASS = 18 */
+       XFS_INHERIT_NOSYM = 19,
 };
 
 extern xfs_param_t     xfs_params;