commit | f698cccbc89e33cda4795a375e47daaa3689485e | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Tue Dec 20 10:56:28 2016 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Dec 22 23:03:41 2016 -0500 |
tree | 1a40248d4c50dc700d9ab3fc151b67629b6453b2 | |
parent | 613cc2b6f272c1a8ad33aefa21cad77af23139f7 [diff] |
ufs: fix function declaration for ufs_truncate_blocks sparse says: fs/ufs/inode.c:1195:6: warning: symbol 'ufs_truncate_blocks' was not declared. Should it be static? Note that the forward declaration in the file is already marked static. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>