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 autofs fix from Al Viro:
"Fix for a braino of mine (in getting rid of open-coded
dentry_path_raw() in autofs a couple of cycles ago).

Mea culpa... Obvious -stable fodder"

* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
autofs: fix wait name hash calculation in autofs_wait()

+1 -1
+1 -1
fs/autofs/waitq.c
··· 358 358 qstr.len = strlen(p); 359 359 offset = p - name; 360 360 } 361 - qstr.hash = full_name_hash(dentry, name, qstr.len); 361 + qstr.hash = full_name_hash(dentry, qstr.name, qstr.len); 362 362 363 363 if (mutex_lock_interruptible(&sbi->wq_mutex)) { 364 364 kfree(name);