aboutsummaryrefslogtreecommitdiff
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorChristophe JAILLET <[email protected]>2023-04-25 08:47:27 +0200
committerEric Van Hensbergen <[email protected]>2023-07-10 13:04:37 +0000
commit95f41d87810083d8b3dedcce46a4e356cf4a9673 (patch)
treedaed3737c45e0f8333b83fbb3957df1ccf18af5f /net/unix/sysctl_net_unix.c
parent06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5 (diff)
fs/9p: Fix a datatype used with V9FS_DIRECT_IO
The commit in Fixes has introduced some "enum p9_session_flags" values larger than a char. Such values are stored in "v9fs_session_info->flags" which is a char only. Turn it into an int so that the "enum p9_session_flags" values can fit in it. Fixes: 6deffc8924b5 ("fs/9p: Add new mount modes") Signed-off-by: Christophe JAILLET <[email protected]> Reviewed-by: Dominique Martinet <[email protected]> Reviewed-by: Christian Schoenebeck <[email protected]> Signed-off-by: Eric Van Hensbergen <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions