|
@@ -58,9 +58,13 @@ extern struct reiserfs_xattr_handler posix_acl_default_handler;
|
|
extern struct reiserfs_xattr_handler posix_acl_access_handler;
|
|
extern struct reiserfs_xattr_handler posix_acl_access_handler;
|
|
#else
|
|
#else
|
|
|
|
|
|
-#define reiserfs_get_acl NULL
|
|
|
|
#define reiserfs_cache_default_acl(inode) 0
|
|
#define reiserfs_cache_default_acl(inode) 0
|
|
|
|
|
|
|
|
+static inline struct posix_acl *reiserfs_get_acl(struct inode *inode, int type)
|
|
|
|
+{
|
|
|
|
+ return NULL;
|
|
|
|
+}
|
|
|
|
+
|
|
static inline int reiserfs_xattr_posix_acl_init(void)
|
|
static inline int reiserfs_xattr_posix_acl_init(void)
|
|
{
|
|
{
|
|
return 0;
|
|
return 0;
|