Tag: 2a297450dd188a5d4e5e428c189b2de54f9073ba

lockd: constify nlmsvc_binding structure

Author: Julia Lawall <Julia.Lawall@lip6.fr> The nlmsvc_binding structure is never modified, so declare it as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Signed-off-by: J. Bruce Fields — fs/lockd/svc.c | 2 +- fs/nfsd/lockd.c | 2 +- include/linux/lockd/bind.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)   diff –git a/fs/lockd/svc.c b/fs/lockd/svc.c index b4006c72..154a107 …

Continue reading