From: Hugh Dickins Date: Mon, 27 Jun 2011 23:18:02 +0000 (-0700) Subject: mm: move shmem prototypes to shmem_fs.h X-Git-Tag: v3.0-rc5~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=072441e21ddcd1140606b7d4ef6eab579a86b0b3;p=pandora-kernel.git mm: move shmem prototypes to shmem_fs.h Before adding any more global entry points into shmem.c, gather such prototypes into shmem_fs.h. Remove mm's own declarations from swap.h, but for now leave the ones in mm.h: because shmem_file_setup() and shmem_zero_setup() are called from various places, and we should not force other subsystems to update immediately. Signed-off-by: Hugh Dickins Cc: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed