Whamcloud - gitweb
b=3720
authorgreen <green>
Mon, 12 Jul 2004 17:55:49 +0000 (17:55 +0000)
committergreen <green>
Mon, 12 Jul 2004 17:55:49 +0000 (17:55 +0000)
commit8310bbfa2e82e434951f6bd862561698af294a61
tree718b5543a88997c2934275a0b81cfd5daba719dd
parentfed1bd98226db9ee660ebe30585cf83cec38e8c4
b=3720
r=braam
Disable UML, as it does not work anyway.
d_vfs_flags is gone, convert iopen patch and llite_nfs to use d_flags guarded
by dentry->d_lock spinlock
DNAME_INLINE_LEN -> DNAME_INLINE_LEN_MIN renaming
One extra argument (permissions) to vfs_symlink()
atomic_read(&page->count) is not going to work anymore, so changed all such
occurences to page_count() instead that is a portable way working in both 2.6
and 2.4
splitted vanilla and suse patches for vfs_races and nfs-cifs-intent, as the
code diverged somewhat in 2.6.7 and suse patches do not apply cleanly.
lustre/kernel_patches/patches/nfs-cifs-intent-2.6-vanilla.patch [new file with mode: 0644]
lustre/kernel_patches/patches/vfs_races-2.6-vanilla.patch [new file with mode: 0644]