]> git.baikalelectronics.ru Git - kernel.git/commit
[XFS] split xfs_ioc_xattr
authorLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Fri, 18 Apr 2008 01:44:03 +0000 (11:44 +1000)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Fri, 18 Apr 2008 01:44:03 +0000 (11:44 +1000)
commit1a047cfac1915747cda774201457b07230172b36
tree1a4aa2887786f11d787c119cd16cd301974640bc
parent048edbaeb03f4a8c4a6c809538e52866b81496c9
[XFS] split xfs_ioc_xattr

The three subcases of xfs_ioc_xattr don't share any semantics and almost
no code, so split it into three separate helpers.

SGI-PV: 976035
SGI-Modid: xfs-linux-melb:xfs-kern:30709a

Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/linux-2.6/xfs_ioctl.c