commit | 55ca3e796d452d1fd213846ae6ce8bc4d37b54cc | [log] [tgz] |
---|---|---|
author | WANG Cong <xiyou.wangcong@gmail.com> | Tue Oct 16 23:26:15 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed Oct 17 08:42:47 2007 -0700 |
tree | 427c69b9ca01c3c259fe71b1d84ee18abbf27979 | |
parent | 0cbc591bf884a5662b2fbb21b5c09fa1c1c7b579 [diff] |
fs/romfs/inode.c: trivial improvements - There are no lists in fs/romfs/inode.c, so using list_entry is a bit confusing. Replace it with container_of. - It is unnecessary to cast the return value of kmem_cache_alloc, since it returns a void* pointer. Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>