]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: fix print of hdr_flags in dfscache_proc_show()
authorPaulo Alcantara <pc@cjr.nz>
Mon, 11 Oct 2021 21:45:35 +0000 (18:45 -0300)
committerSteve French <stfrench@microsoft.com>
Wed, 10 Nov 2021 02:44:07 +0000 (20:44 -0600)
commitfe9e6a485f6a6153cf2189ed3ccf818fab8e9024
treee86eefa76ee732f71ef9adcb260ea30283fe45a3
parent27e2b9c1c83426adfd0078be4c9fa98463de91aa
cifs: fix print of hdr_flags in dfscache_proc_show()

Reorder the parameters in seq_printf() to correctly print header
flags.

Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Reviewed-by: Shyam Prasad N <sprasad@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/dfs_cache.c