commit | 471667391a92bf7bf2cd4ff31a3ad88e5dec934b | [log] [tgz] |
---|---|---|
author | Alessio Igor Bogani <abogani@kernel.org> | Thu Dec 13 12:22:39 2012 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Dec 20 18:47:08 2012 -0500 |
tree | cb07ce436ed20f5f50e0e3c1db386a105ed65434 | |
parent | b9f61c3c0c8daed9844870bc9358e6d9fdb7eb61 [diff] |
vfs: Remove useless function prototypes Commit 8e22cc88d68ca1a46d7d582938f979eb640ed30f removes the (un)lock_super function definitions but forgets to remove their prototypes. Signed-off-by: Alessio Igor Bogani <abogani@kernel.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>