This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / fs / xfs / linux-2.6 / xfs_sysctl.h
index a39a950..5ff61bb 100644 (file)
@@ -60,7 +60,6 @@ typedef struct xfs_param {
        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_sysctl_val_t rotorstep;     /* inode32 AG rotoring control knob */
 } xfs_param_t;
 
 /*
@@ -98,7 +97,6 @@ enum {
        XFS_BUF_AGE = 17,
        /* XFS_IO_BYPASS = 18 */
        XFS_INHERIT_NOSYM = 19,
-       XFS_ROTORSTEP = 20,
 };
 
 extern xfs_param_t     xfs_params;