https://github.com/torvalds/linux
Revision 12e1ec9ff31d388305da644b452c9f80d244aa55 authored by Linus Torvalds on 23 October 2008, 18:48:56 UTC, committed by Linus Torvalds on 23 October 2008, 18:48:56 UTC
This one was due to a merge error: we added a use of nd.path in commit
2d7c820e56ce83b23daee9eb5343730fb309418e ("ext3: add checks for errors
from jbd"), and concurrently we got rid of 'nd' and used a naked 'path'
in commit 8264613def2e5c4f12bc3167713090fd172e6055 ("[PATCH] switch
quota_on-related stuff to kern_path()").

That all merged cleanly, but it didn't actually _work_.  This should fix
it.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 1f6d6e8
History
Tip revision: 12e1ec9ff31d388305da644b452c9f80d244aa55 authored by Linus Torvalds on 23 October 2008, 18:48:56 UTC
ext3 quota support: fix compile failure
Tip revision: 12e1ec9
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 867 bytes
.mailmap -rw-r--r-- 3.7 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.0 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 102.0 KB
Makefile -rw-r--r-- 55.4 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top