SOURCES (LINUX_2_6_20): linux-2.6-vs2.3.patch - fix for fs/ocfs2/n...
mguevara
mguevara at pld-linux.org
Tue Jan 16 15:19:28 CET 2007
Author: mguevara Date: Tue Jan 16 14:19:28 2007 GMT
Module: SOURCES Tag: LINUX_2_6_20
---- Log message:
- fix for fs/ocfs2/namei.c
---- Files affected:
SOURCES:
linux-2.6-vs2.3.patch (1.2.2.15 -> 1.2.2.16)
---- Diffs:
================================================================
Index: SOURCES/linux-2.6-vs2.3.patch
diff -u SOURCES/linux-2.6-vs2.3.patch:1.2.2.15 SOURCES/linux-2.6-vs2.3.patch:1.2.2.16
--- SOURCES/linux-2.6-vs2.3.patch:1.2.2.15 Tue Jan 16 15:16:49 2007
+++ SOURCES/linux-2.6-vs2.3.patch Tue Jan 16 15:19:22 2007
@@ -9255,9 +9255,9 @@
if (S_ISCHR(mode) || S_ISBLK(mode))
fe->id1.dev1.i_rdev = cpu_to_le64(huge_encode_dev(dev));
@@ -2300,4 +2310,5 @@ struct inode_operations ocfs2_dir_iops =
- .rename = ocfs2_rename,
.setattr = ocfs2_setattr,
.getattr = ocfs2_getattr,
+ .permission = ocfs2_permission,
+ .sync_flags = ocfs2_sync_flags,
};
diff -NurpP --minimal linux-2.6.19.1/fs/ocfs2/ocfs2.h linux-2.6.19.1-vs2.3.0.6/fs/ocfs2/ocfs2.h
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/linux-2.6-vs2.3.patch?r1=1.2.2.15&r2=1.2.2.16&f=u
More information about the pld-cvs-commit
mailing list