[XFS] Remove several macros that are no longer used anywhere
SGI-PV: 955302 SGI-Modid: xfs-linux-melb:xfs-kern:26749a Signed-off-by: Eric Sandeen <sandeen@sandeen.net> Signed-off-by: Nathan Scott <nathans@sgi.com> Signed-off-by: Tim Shimmin <tes@sgi.com>
This commit is contained in:
committed by
Tim Shimmin
parent
065d312e15
commit
3f89243c5b
@ -22,8 +22,6 @@
|
||||
* SGI's XFS filesystem's major stuff (constants, structures)
|
||||
*/
|
||||
|
||||
#define XFS_NAME "xfs"
|
||||
|
||||
/*
|
||||
* Direct I/O attribute record used with XFS_IOC_DIOINFO
|
||||
* d_miniosz is the min xfer size, xfer size multiple and file seek offset
|
||||
@ -426,11 +424,7 @@ typedef struct xfs_handle {
|
||||
- (char *) &(handle)) \
|
||||
+ (handle).ha_fid.xfs_fid_len)
|
||||
|
||||
#define XFS_HANDLE_CMP(h1, h2) memcmp(h1, h2, sizeof(xfs_handle_t))
|
||||
|
||||
#define FSHSIZE sizeof(fsid_t)
|
||||
|
||||
/*
|
||||
/*
|
||||
* Flags for going down operation
|
||||
*/
|
||||
#define XFS_FSOP_GOING_FLAGS_DEFAULT 0x0 /* going down */
|
||||
|
Reference in New Issue
Block a user