aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_ioctl.c
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2006-03-14 14:00:35 +1100
committerNathan Scott <nathans@sgi.com>2006-03-14 14:00:35 +1100
commit3562fd45658fbb696f4546479332d5249c3ad90f (patch)
tree75402260ea6782fd2bd0111e2e7a5de187d0dd66 /fs/xfs/linux-2.6/xfs_ioctl.c
parente4c573bb6a8477a26b3d5471fd116d258760a13a (diff)
downloadkernel_samsung_smdk4412-3562fd45658fbb696f4546479332d5249c3ad90f.zip
kernel_samsung_smdk4412-3562fd45658fbb696f4546479332d5249c3ad90f.tar.gz
kernel_samsung_smdk4412-3562fd45658fbb696f4546479332d5249c3ad90f.tar.bz2
[XFS] Switch over from linvfs names for file operations for consistent
naming. SGI-PV: 950556 SGI-Modid: xfs-linux-melb:xfs-kern:25379a Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_ioctl.c')
-rw-r--r--fs/xfs/linux-2.6/xfs_ioctl.c2
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 f182721..e435ad1 100644
--- a/fs/xfs/linux-2.6/xfs_ioctl.c
+++ b/fs/xfs/linux-2.6/xfs_ioctl.c
@@ -344,7 +344,7 @@ xfs_open_by_handle(
return -XFS_ERROR(-PTR_ERR(filp));
}
if (inode->i_mode & S_IFREG)
- filp->f_op = &linvfs_invis_file_operations;
+ filp->f_op = &xfs_invis_file_operations;
fd_install(new_fd, filp);
return new_fd;