From: Michael Halcrow Date: Thu, 20 Mar 2008 00:00:58 +0000 (-0700) Subject: eCryptfs: Swap dput() and mntput() X-Git-Tag: v2.6.25-rc7~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5366dc9fd1cb74023790a8edf29e4fe42c886dcf;p=pandora-kernel.git eCryptfs: Swap dput() and mntput() ecryptfs_d_release() is doing a mntput before doing the dput. This patch moves the dput before the mntput. Thanks to Rajouri Jammu for reporting this. Signed-off-by: Michael Halcrow Cc: Rajouri Jammu Cc: Eric Sandeen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed