diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_ioctl.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_ioctl.c b/fs/xfs/linux-2.6/xfs_ioctl.c index 73182503c16e..a0e247c71323 100644 --- a/fs/xfs/linux-2.6/xfs_ioctl.c +++ b/fs/xfs/linux-2.6/xfs_ioctl.c | |||
@@ -1157,7 +1157,7 @@ xfs_ioc_xattr( | |||
1157 | void __user *arg) | 1157 | void __user *arg) |
1158 | { | 1158 | { |
1159 | struct fsxattr fa; | 1159 | struct fsxattr fa; |
1160 | struct vattr *vattr; | 1160 | struct bhv_vattr *vattr; |
1161 | int error = 0; | 1161 | int error = 0; |
1162 | int attr_flags; | 1162 | int attr_flags; |
1163 | unsigned int flags; | 1163 | unsigned int flags; |