[PATCH] ecryptfs: use special_file()
authorPekka Enberg <penberg@cs.helsinki.fi>
Fri, 20 Oct 2006 06:28:14 +0000 (23:28 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 20 Oct 2006 17:26:35 +0000 (10:26 -0700)
commit26da82058e62ea173559a26881b16d10089645ba
tree76d897ac2792683193b79def25b3e88ebaa8d49a
parentfb5527e68d495650a7658fec9a7246bf922db212
[PATCH] ecryptfs: use special_file()

Use the special_file() macro to check whether an inode is special instead of
open-coding it.

Acked-by: Mike Halcrow <mhalcrow@us.ibm.com>
Cc: Phillip Hellewell <phillip@hellewell.homeip.net>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/ecryptfs/main.c