]> Git Repo - linux.git/commit - fs/libfs.c
rename generic_setattr
authorChristoph Hellwig <[email protected]>
Fri, 4 Jun 2010 09:30:00 +0000 (11:30 +0200)
committerAl Viro <[email protected]>
Mon, 9 Aug 2010 20:47:35 +0000 (16:47 -0400)
commit6a1a90ad1b0edb556a7550a6ef8a8756f0304dd5
tree234488533d89e3f8b938823c2071be19e66e1b4b
parentd39aae9ec447dda84d9a2850743a78a535a71c90
rename generic_setattr

Despite its name it's now a generic implementation of ->setattr, but
rather a helper to copy attributes from a struct iattr to the inode.
Rename it to setattr_copy to reflect this fact.

Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Al Viro <[email protected]>
fs/attr.c
fs/ext2/inode.c
fs/fat/file.c
fs/libfs.c
fs/ramfs/file-nommu.c
fs/sysfs/inode.c
include/linux/fs.h
mm/shmem.c
This page took 0.059669 seconds and 4 git commands to generate.