From: Theodore Ts'o Date: Thu, 28 Oct 2010 01:30:14 +0000 (-0400) Subject: ext4: make various ext4 functions be static X-Git-Tag: v2.6.37-rc1~76^2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f109d5a17b438c4a54cbf6fd87a249e3d72fb21;p=pandora-kernel.git ext4: make various ext4 functions be static These functions have no need to be exported beyond file context. No functions needed to be moved for this commit; just some function declarations changed to be static and removed from header files. (A similar patch was submitted by Eric Sandeen, but I wanted to handle code movement in separate patches to make sure code changes didn't accidentally get dropped.) Signed-off-by: Eric Sandeen Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed