From: Tobias Klauser <tklau...@distanz.ch> Date: Tue, 10 Jan 2017 09:30:51 +0100
> Make sockfs_setattr() static as it is not used outside of net/socket.c > > This fixes the following GCC warning: > net/socket.c:534:5: warning: no previous prototype for ‘sockfs_setattr’ > [-Wmissing-prototypes] > > Fixes: 86741ec25462 ("net: core: Add a UID field to struct sock.") > Cc: Lorenzo Colitti <lore...@google.com> > Signed-off-by: Tobias Klauser <tklau...@distanz.ch> Applied, thanks.