patch-2.4.27 linux-2.4.27/fs/xfs/xfs_attr.h
Next file: linux-2.4.27/fs/xfs/xfs_bit.c
Previous file: linux-2.4.27/fs/xfs/xfs_attr.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
2004-08-07 16:26:06.110406605 -0700
- Orig file:
linux-2.4.26/fs/xfs/xfs_attr.h
- Orig date:
2004-04-14 06:05:40.000000000 -0700
diff -urN linux-2.4.26/fs/xfs/xfs_attr.h linux-2.4.27/fs/xfs/xfs_attr.h
@@ -92,6 +92,7 @@
#define ATTR_REPLACE 0x0020 /* pure set: fail if attr does not exist */
#define ATTR_SYSTEM 0x0100 /* use attrs in system (pseudo) namespace */
+#define ATTR_KERNACCESS 0x0400 /* [kernel] iaccess, inode held io-locked */
#define ATTR_KERNOTIME 0x1000 /* [kernel] don't update inode timestamps */
#define ATTR_KERNOVAL 0x2000 /* [kernel] get attr size only, not value */
#define ATTR_KERNAMELS 0x4000 /* [kernel] list attr names (simple list) */
@@ -186,6 +187,7 @@
int xfs_attr_node_get(struct xfs_da_args *);
int xfs_attr_leaf_get(struct xfs_da_args *);
int xfs_attr_shortform_getvalue(struct xfs_da_args *);
-int xfs_attr_fetch(struct xfs_inode *, char *, char *, int);
+int xfs_attr_fetch(struct xfs_inode *, char *, int,
+ char *, int *, int, struct cred *);
#endif /* __XFS_ATTR_H__ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)