Skip to content
Snippets Groups Projects
Commit 12e1ec9f authored by Linus Torvalds's avatar Linus Torvalds
Browse files

ext3 quota support: fix compile failure


This one was due to a merge error: we added a use of nd.path in commit
2d7c820e ("ext3: add checks for errors
from jbd"), and concurrently we got rid of 'nd' and used a naked 'path'
in commit 8264613d ("[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: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 1f6d6e8e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment