Commit 060d11b0b35d13eb2251fd08403d900b71df5791

Authored by Andrew Morton
Committed by Linus Torvalds
1 parent aa137f9d29

revert "eCryptfs: fix lookup error for special files"

This patch got appied twice.

Cc: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Cc: Michael Halcrow <mhalcrow@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 0 additions and 4 deletions Side-by-side Diff

... ... @@ -357,10 +357,6 @@
357 357 ecryptfs_printk(KERN_DEBUG, "Is a special file; returning\n");
358 358 goto out;
359 359 }
360   - if (special_file(lower_inode->i_mode)) {
361   - ecryptfs_printk(KERN_DEBUG, "Is a special file; returning\n");
362   - goto out;
363   - }
364 360 if (!nd) {
365 361 ecryptfs_printk(KERN_DEBUG, "We have a NULL nd, just leave"
366 362 "as we *think* we are about to unlink\n");