]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
While it's at its least, make a number of boring nitpicky cleanups to
authorHugh Dickins <hughd@google.com>
Tue, 26 Jul 2011 10:14:52 +0000 (20:14 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 1 Aug 2011 03:36:36 +0000 (13:36 +1000)
commit9036eae9c7c327075277c1a6d185e12e1f350249
tree42f5ef32a99e96abcbc9ea114593d169a8e3a45a
parentf0d2482bf4d2823032d016841423f2f99fabbc35
While it's at its least, make a number of boring nitpicky cleanups to
shmem.c, mostly for consistency of variable naming.  Things like "swap"
instead of "entry", "pgoff_t index" instead of "unsigned long idx".

And since everything else here is prefixed "shmem_",
better change init_tmpfs() to shmem_init().

Signed-off-by: Hugh Dickins <hughd@google.com>
Acked-by: Rik van Riel <riel@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/shmem_fs.h
init/main.c
mm/shmem.c