ocfs2: add ext2 attributes

Support immutable, and other attributes.

Some renaming and other minor fixes done by myself.

Signed-off-by: Herbert Poetzl <herbert@13thfloor.at>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Cette révision appartient à :
Herbert Poetzl
2006-07-03 17:27:12 -07:00
révisé par Mark Fasheh
Parent b4c98f625f
révision ca4d147e62
9 fichiers modifiés avec 217 ajouts et 6 suppressions

16
fs/ocfs2/ioctl.h Fichier normal
Voir le fichier

@@ -0,0 +1,16 @@
/*
* ioctl.h
*
* Function prototypes
*
* Copyright (C) 2006 Herbert Poetzl
*
*/
#ifndef OCFS2_IOCTL_H
#define OCFS2_IOCTL_H
int ocfs2_ioctl(struct inode * inode, struct file * filp,
unsigned int cmd, unsigned long arg);
#endif /* OCFS2_IOCTL_H */