Skip to content
  • Dave Chinner's avatar
    xfs: use FS_XFLAG definitions directly · e7b89481
    Dave Chinner authored
    
    
    Now that the ioctls have been hoisted up to the VFS level, use
    the VFs definitions directly and remove the XFS specific definitions
    completely. Userspace is going to have to handle the change of this
    interface separately, so removing the definitions from xfs_fs.h is
    not an issue here at all.
    
    Signed-off-by: default avatarDave Chinner <dchinner@redhat.com>
    e7b89481