Whamcloud - gitweb
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.