summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2023-05-18 09:25:41 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2023-05-18 09:25:41 +1000
commit57b67b04d6255a4bbd77cbd6328b3c7e7488815d (patch)
tree51fb5d41717a745ff0046057b0e4bcac0149fa29
parentdd9dc4e9e7333ca420e220c8747c1a55ff01565c (diff)
parent36896bc97c0e5fe9f52f578ac7986bf4a9cdfd71 (diff)
downloadlinux-next-57b67b04d6255a4bbd77cbd6328b3c7e7488815d.tar.gz
Merge branch 'fixes/next' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
-rw-r--r--fs/9p/v9fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/9p/v9fs.h b/fs/9p/v9fs.h
index 06a2514f0d88..698c43dd5dc8 100644
--- a/fs/9p/v9fs.h
+++ b/fs/9p/v9fs.h
@@ -108,7 +108,7 @@ enum p9_cache_bits {
struct v9fs_session_info {
/* options */
- unsigned char flags;
+ unsigned int flags;
unsigned char nodev;
unsigned short debug;
unsigned int afid;