From: David Howells Date: Thu, 26 Apr 2007 22:59:35 +0000 (-0700) Subject: [AFS]: Add "directory write" support. X-Git-Tag: v2.6.22-rc1~1128^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=260a980317dac80182dd76140cf67c6e81d6d3dd;p=pandora-kernel.git [AFS]: Add "directory write" support. Add support for the create, link, symlink, unlink, mkdir, rmdir and rename VFS operations to the in-kernel AFS filesystem. Also: (1) Fix dentry and inode revalidation. d_revalidate should only look at state of the dentry. Revalidation of the contents of an inode pointed to by a dentry is now separate. (2) Fix afs_lookup() to hash negative dentries as well as positive ones. Signed-off-by: David Howells Signed-off-by: David S. Miller --- Reading git-diff-tree failed