Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nfs_common: fix build warning in grace.c
This fix the following warning fs/nfs_common/grace.c:66:1: warning: no previous prototype for function '__state_in_grace' [-Wmissing-prototypes] by adding the missing static. Signed-off-by: Corentin Labbe <[email protected]> Reviewed-by: Jeff Layton <[email protected]> Signed-off-by: J. Bruce Fields <[email protected]>
- Loading branch information