]> 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)
commitd9428854bc5a500df43222a688e3d52f4dfa5597
treee86eefa76ee732f71ef9adcb260ea30283fe45a3
parent5b1b76846066efd543b1582e4bc204a452365f92
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