Skip to content
Commit 95482986 authored by Claudiu Ghioc's avatar Claudiu Ghioc Committed by Linus Torvalds
Browse files

autofs - fix sparse warning for autofs4_d_manage()



Fixed the sparse warning:

  fs/autofs4/root.c:411:5: warning: symbol 'autofs4_d_manage' was not declared. Should it be static?"

[ Clearly it should be static as the function is declared static at the
  top of root.c.  - imk ]

Signed-off-by: default avatarClaudiu Ghioc <claudiu.ghioc@gmail.com>
Signed-off-by: default avatarIan Kent <raven@themaw.net>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 2bf1bef0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment