commit | 6a1a90ad1b0edb556a7550a6ef8a8756f0304dd5 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Jun 04 11:30:00 2010 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Aug 09 16:47:35 2010 -0400 |
tree | 234488533d89e3f8b938823c2071be19e66e1b4b | |
parent | d39aae9ec447dda84d9a2850743a78a535a71c90 [diff] |
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 <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>