[XFS] Complete transition away from linvfs naming convention, finally.
SGI-PV: 947038 SGI-Modid: xfs-linux-melb:xfs-kern:25474a Signed-off-by: Nathan Scott <nathans@sgi.com>
This commit is contained in:
@@ -98,11 +98,6 @@ extern void xfs_qm_exit(void);
|
||||
XFS_DMAPI_STRING \
|
||||
XFS_DBG_STRING /* DBG must be last */
|
||||
|
||||
#define LINVFS_GET_VFS(s) \
|
||||
(vfs_t *)((s)->s_fs_info)
|
||||
#define LINVFS_SET_VFS(s, vfsp) \
|
||||
((s)->s_fs_info = vfsp)
|
||||
|
||||
struct xfs_inode;
|
||||
struct xfs_mount;
|
||||
struct xfs_buftarg;
|
||||
|
Reference in New Issue
Block a user