From ece23db121d94c8194fada3cf0d0d1f9d9beeed7 Mon Sep 17 00:00:00 2001 From: Sebastien Buisson Date: Tue, 16 Feb 2021 17:58:25 +0900 Subject: [PATCH] LU-14435 doc: include lfs-flushctx manpage inside packages lfs manpage redirects to lfs-flushctx(1), so it has to be included in the Lustre packages. Test-Parameters: trivial Fixes: c246a9ba04 ("LU-14263 gss: unlink revoked key") Signed-off-by: Sebastien Buisson Change-Id: I5c55f8a74eb6dac20fa85b6ea0663ad701341006 Reviewed-on: https://review.whamcloud.com/41676 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Jian Yu --- MAINTAINERS | 1 + lustre/doc/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index daf6a58..5dc30f0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -267,6 +267,7 @@ S: Maintained F: lustre/conf/lgssc.conf F: lustre/conf/lsvcgss F: lustre/doc/lgss_sk.8 +F: lustre/doc/lfs-flushctx.1 F: lustre/llite/xattr_security.c F: lustre/ptlrpc/gss F: lustre/ptlrpc/sec*.c diff --git a/lustre/doc/Makefile.am b/lustre/doc/Makefile.am index b32e670..24bf4ee 100644 --- a/lustre/doc/Makefile.am +++ b/lustre/doc/Makefile.am @@ -47,6 +47,7 @@ MANFILES = \ lfs-df.1 \ lfs-fid2path.1 \ lfs-find.1 \ + lfs-flushctx.1 \ lfs-getdirstripe.1 \ lfs-getname.1 \ lfs-getsom.1 \ -- 1.8.3.1