Tag: 7c582e4faaf2593116068fc9ec8f5d81f720c02b

nfsd: recover: constify nfsd4_client_tracking_ops structures

Author: Julia Lawall <Julia.Lawall@lip6.fr> The nfsd4_client_tracking_ops structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Reviewed-by: Jeff Layton Signed-off-by: J. Bruce Fields — fs/nfsd/netns.h | 2 +- fs/nfsd/nfs4recover.c | 6 +++— 2 files changed, 4 insertions(+), 4 deletions(-)   diff –git a/fs/nfsd/netns.h b/fs/nfsd/netns.h index d8b16c2..5fbf3bb 100644 …

Continue reading