Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull vfs fix from Al Viro:
"An embarrassing bug in lustre patches from this cycle ;-/"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
[regression] braino in "lustre: use is_root_inode()"

+1 -1
+1 -1
drivers/staging/lustre/lustre/llite/namei.c
··· 264 264 265 265 if ((bits & (MDS_INODELOCK_LOOKUP | MDS_INODELOCK_PERM)) && 266 266 inode->i_sb->s_root != NULL && 267 - is_root_inode(inode)) 267 + !is_root_inode(inode)) 268 268 ll_invalidate_aliases(inode); 269 269 270 270 iput(inode);