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)
commitefb21d7b0fa4b1a9a35dcf38b262a314fb3628ea
treee86eefa76ee732f71ef9adcb260ea30283fe45a3
parent49bd49f983b5026e4557d31c5d737d9657c4113e
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