commit | 48ed214d10ae3c3999af938970f7b5b58df77be3 | [log] [tgz] |
---|---|---|
author | Jan Engelhardt <jengelh@linux01.gwdg.de> | Wed Dec 06 20:35:37 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Thu Dec 07 08:39:31 2006 -0800 |
tree | 07c51258c2294279521a10b5d28b66cdaa001796 | |
parent | 89fc9a1a79725c3e5c3b66cb6bd2c7d9eeab29fa [diff] |
[PATCH] constify inode accessors Change the signature of i_size_read(), IMINOR() and IMAJOR() because they, or the functions they call, will never modify the argument. Signed-off-by: Jan Engelhardt <jengelh@gmx.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>