summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_iops.h
diff options
context:
space:
mode:
authorLachlan McIlroy2008-06-23 05:23:01 +0200
committerNiv Sardi2008-07-28 08:58:49 +0200
commit0ec585163ac81e329bde25fb6311a043a1c63952 (patch)
tree304193ab41f88e5d82e51053bbd7d21fbfb7a83f /fs/xfs/linux-2.6/xfs_iops.h
parent[XFS] Invalidate dentry in unlink/rmdir if in case-insensitive mode (diff)
downloadkernel-qcow2-linux-0ec585163ac81e329bde25fb6311a043a1c63952.tar.gz
kernel-qcow2-linux-0ec585163ac81e329bde25fb6311a043a1c63952.tar.xz
kernel-qcow2-linux-0ec585163ac81e329bde25fb6311a043a1c63952.zip
[XFS] Use the generic xattr methods.
Use the generic set, get and removexattr methods and supply the s_xattr array with fine-grained handlers. All XFS/Linux highlevel attr handling is rewritten from scratch and placed into fs/xfs/linux-2.6/xfs_xattr.c so that it's separated from the generic low-level code. SGI-PV: 982343 SGI-Modid: xfs-linux-melb:xfs-kern:31234a Signed-off-by: Christoph Hellwig <hch@infradead.org> Signed-off-by: Tim Shimmin <tes@sgi.com> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_iops.h')
-rw-r--r--fs/xfs/linux-2.6/xfs_iops.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/linux-2.6/xfs_iops.h b/fs/xfs/linux-2.6/xfs_iops.h
index 3b4df5863e4a..d97ba934a2ac 100644
--- a/fs/xfs/linux-2.6/xfs_iops.h
+++ b/fs/xfs/linux-2.6/xfs_iops.h
@@ -27,6 +27,7 @@ extern const struct file_operations xfs_file_operations;
extern const struct file_operations xfs_dir_file_operations;
extern const struct file_operations xfs_invis_file_operations;
+extern ssize_t xfs_vn_listxattr(struct dentry *, char *data, size_t size);
struct xfs_inode;
extern void xfs_ichgtime(struct xfs_inode *, int);