From: Oleg Drokin Date: Sat, 25 Mar 2006 11:07:02 +0000 (-0800) Subject: [PATCH] Add lookup_instantiate_filp usage warning X-Git-Tag: v2.6.17-rc1~834 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a56c213929d83139fd1e12727e1037d71b519f8;p=pandora-kernel.git [PATCH] Add lookup_instantiate_filp usage warning I think it would be nice to put an usage warning in header of lookup_instantiate_filp() to indicate it is unsafe to use it on anything but regular files (even that is potentially unsafe, but there your ->open() is usually in your hands anyway), so that others won't fall into the same trap I did. Signed-off-by: Oleg Drokin Cc: Trond Myklebust Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed