[PATCH] fuse: check directory aliasing in mkdir
authorMiklos Szeredi <miklos@szeredi.hu>
Mon, 28 Nov 2005 21:44:16 +0000 (13:44 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 28 Nov 2005 22:42:26 +0000 (14:42 -0800)
commitf007d5c961448170d0ec2998b1a80eef054b6235
tree92f1d45fe8f2663e500fee1ddc8e5ea97cbc943f
parentea164d73a7a0b2b2be3a1d8c2a8a4dab8999fa9c
[PATCH] fuse: check directory aliasing in mkdir

Check the created directory inode for aliases in the mkdir() method.

Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/fuse/dir.c