[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>
This commit is contained in:
Nathan Scott
2006-03-14 14:00:35 +11:00
parent e4c573bb6a
commit 3562fd4565
4 changed files with 76 additions and 76 deletions

View File

@@ -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;