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 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull vfs pathwalk fix from Al Viro:
"Dumb braino in legitimize_path()..."

* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
fix a braino in legitimize_path()

+1 -1
+1 -1
fs/namei.c
··· 610 610 static inline bool legitimize_path(struct nameidata *nd, 611 611 struct path *path, unsigned seq) 612 612 { 613 - return __legitimize_path(path, nd->m_seq, seq); 613 + return __legitimize_path(path, seq, nd->m_seq); 614 614 } 615 615 616 616 static bool legitimize_links(struct nameidata *nd)