commit | 2bfb6449b7a1f29a2a63e1d869103b5811c3b69f | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Wed Nov 26 13:30:49 2008 +0000 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Jan 05 07:39:12 2009 +0000 |
tree | e4f8f51cf7346ec239ebd0b9ac9ddc2580c706e2 | |
parent | b52896813c2f16bcc5c5b67bb3c3f75bc084439b [diff] |
GFS2: Move four functions from super.c The functions which are being moved can all be marked static in their new locations, since they only have a single caller each. Their new locations are more logical than before and some of the functions are small enough that the compiler might well inline them. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>