aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_ioctl.c
diff options
context:
space:
mode:
authorsandeen@sandeen.net <sandeen@sandeen.net>2008-11-25 22:20:15 -0500
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>2008-12-02 01:17:07 -0500
commit28750975ace79c547407a84d3969cbed516be8f8 (patch)
tree79707c1e3c304ec7a11ea920cda38760d0248d5c /fs/xfs/linux-2.6/xfs_ioctl.c
parentebeecd2b04645a4b79e1bc00d69cf4f98e03a684 (diff)
[XFS] Hook up compat XFS_IOC_ATTRMULTI_BY_HANDLE ioctl handler
Add a compat handler for XFS_IOC_ATTRMULTI_BY_HANDLE Signed-off-by: Eric Sandeen <sandeen@sandeen.net> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_ioctl.c')
-rw-r--r--fs/xfs/linux-2.6/xfs_ioctl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/xfs/linux-2.6/xfs_ioctl.c b/fs/xfs/linux-2.6/xfs_ioctl.c
index 498d3e15843b..c8f1e632ba94 100644
--- a/fs/xfs/linux-2.6/xfs_ioctl.c
+++ b/fs/xfs/linux-2.6/xfs_ioctl.c
@@ -490,7 +490,7 @@ xfs_attrlist_by_handle(
490 return -error; 490 return -error;
491} 491}
492 492
493STATIC int 493int
494xfs_attrmulti_attr_get( 494xfs_attrmulti_attr_get(
495 struct inode *inode, 495 struct inode *inode,
496 char *name, 496 char *name,
@@ -519,7 +519,7 @@ xfs_attrmulti_attr_get(
519 return error; 519 return error;
520} 520}
521 521
522STATIC int 522int
523xfs_attrmulti_attr_set( 523xfs_attrmulti_attr_set(
524 struct inode *inode, 524 struct inode *inode,
525 char *name, 525 char *name,
@@ -549,7 +549,7 @@ xfs_attrmulti_attr_set(
549 return error; 549 return error;
550} 550}
551 551
552STATIC int 552int
553xfs_attrmulti_attr_remove( 553xfs_attrmulti_attr_remove(
554 struct inode *inode, 554 struct inode *inode,
555 char *name, 555 char *name,