diff options
author | sandeen@sandeen.net <sandeen@sandeen.net> | 2008-11-25 22:20:15 -0500 |
---|---|---|
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | 2008-12-02 01:17:07 -0500 |
commit | 28750975ace79c547407a84d3969cbed516be8f8 (patch) | |
tree | 79707c1e3c304ec7a11ea920cda38760d0248d5c /fs/xfs/linux-2.6/xfs_ioctl.c | |
parent | ebeecd2b04645a4b79e1bc00d69cf4f98e03a684 (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.c | 6 |
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 | ||
493 | STATIC int | 493 | int |
494 | xfs_attrmulti_attr_get( | 494 | xfs_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 | ||
522 | STATIC int | 522 | int |
523 | xfs_attrmulti_attr_set( | 523 | xfs_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 | ||
552 | STATIC int | 552 | int |
553 | xfs_attrmulti_attr_remove( | 553 | xfs_attrmulti_attr_remove( |
554 | struct inode *inode, | 554 | struct inode *inode, |
555 | char *name, | 555 | char *name, |