diff options
author | Nathan Scott <nathans@sgi.com> | 2006-03-13 22:06:18 -0500 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2006-03-13 22:06:18 -0500 |
commit | a50cd2692617cfb796140a62c0082bce0a7306c7 (patch) | |
tree | 15a879237107bde586effdb46c2be41e4cd1af44 /fs/xfs/linux-2.6/xfs_super.h | |
parent | 416c6d5bcfe8ac2c65a955be62bc42d8b8d5b014 (diff) |
[XFS] Switch over from linvfs names for sb/quotactl operations for
consistent naming.
SGI-PV: 950556
SGI-Modid: xfs-linux-melb:xfs-kern:25382a
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_super.h')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_super.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.h b/fs/xfs/linux-2.6/xfs_super.h index df59408dca06..5e1b525cb1eb 100644 --- a/fs/xfs/linux-2.6/xfs_super.h +++ b/fs/xfs/linux-2.6/xfs_super.h | |||
@@ -120,6 +120,6 @@ extern int xfs_blkdev_get(struct xfs_mount *, const char *, | |||
120 | extern void xfs_blkdev_put(struct block_device *); | 120 | extern void xfs_blkdev_put(struct block_device *); |
121 | extern void xfs_blkdev_issue_flush(struct xfs_buftarg *); | 121 | extern void xfs_blkdev_issue_flush(struct xfs_buftarg *); |
122 | 122 | ||
123 | extern struct export_operations linvfs_export_ops; | 123 | extern struct export_operations xfs_export_operations; |
124 | 124 | ||
125 | #endif /* __XFS_SUPER_H__ */ | 125 | #endif /* __XFS_SUPER_H__ */ |