From: Hugh Dickins Date: Wed, 3 Aug 2011 23:21:21 +0000 (-0700) Subject: tmpfs: miscellaneous trivial cleanups X-Git-Tag: v3.1-rc1~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41ffe5d5ceef7f7ff2ff18e320d88ca6d629efaf;p=pandora-kernel.git tmpfs: miscellaneous trivial cleanups 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 Acked-by: Rik van Riel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed