]> git.baikalelectronics.ru Git - kernel.git/commit
ext3 quota support: fix compile failure
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Oct 2008 18:48:56 +0000 (11:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Oct 2008 18:48:56 +0000 (11:48 -0700)
commit04aaf873624c5b5c7823632d4cc1e351653f1b86
tree9e5fa992d12885a6b1c16c1175c692f99ac03bd7
parent9a3a1a8ed88fe7f7d68a4cde4a1f7096a92e66f9
ext3 quota support: fix compile failure

This one was due to a merge error: we added a use of nd.path in commit
0796e24627f1aa425f9d7f490206d13e810cfac4 ("ext3: add checks for errors
from jbd"), and concurrently we got rid of 'nd' and used a naked 'path'
in commit 7bc7747092a0afa2e5b45c5962a31c9fa7f92cd3 ("[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>
fs/ext3/super.c