]> nv-tegra.nvidia Code Review - linux-3.10.git/commit
ecryptfs: fix broken build
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 14 Jan 2011 01:19:38 +0000 (17:19 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 14 Jan 2011 01:19:38 +0000 (17:19 -0800)
commit6254b32b5791e47ba1c679d023f26985fa34755a
tree121faecbf6c17732ee620fd68009e3e24205340e
parent2a86cb7c2b1e9eb98b36d0a3cf4444d8851968b1
ecryptfs: fix broken build

Stephen Rothwell reports that the vfs merge broke the build of ecryptfs.
The breakage comes from commit 66cb76666d69 ("sanitize ecryptfs
->mount()") which was obviously not even build tested. Tssk, tssk, Al.

This is the minimal build fixup for the situation, although I don't have
a filesystem to actually test it with.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ecryptfs/main.c