[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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user