]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fuse: make fuse_file_fallocate() static
authorMiklos Szeredi <mszeredi@suse.cz>
Sat, 10 Nov 2012 15:55:56 +0000 (16:55 +0100)
committerMiklos Szeredi <mszeredi@suse.cz>
Thu, 17 Jan 2013 12:09:47 +0000 (13:09 +0100)
commitcdadb11cef1802c1b0228976f08647d276711086
treede52ed4d735f2d73f0a819fbac97b5c3084e2015
parent807185eb3e7271d7a1f2c08f3aa1b63dba547d07
fuse: make fuse_file_fallocate() static

Fix the following sparse warning:

fs/fuse/file.c:2249:6: warning: symbol 'fuse_file_fallocate' was not declared. Should it be static?

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
fs/fuse/file.c