summaryrefslogtreecommitdiff
path: root/fs/super.c
diff options
context:
space:
mode:
authorVishal Verma <vishal.l.verma@intel.com>2024-04-30 20:44:26 +0300
committerAndrew Morton <akpm@linux-foundation.org>2024-05-07 20:37:01 +0300
commit2acf04532d6d655d8c3b2ee4ddeb320107043086 (patch)
tree65a9637e7ca07490d33b656ee3bd5f8f767cdc90 /fs/super.c
parente39dbcfba714c4c2e924e96fc8fdde1080a5a737 (diff)
downloadlinux-2acf04532d6d655d8c3b2ee4ddeb320107043086.tar.xz
dax/bus.c: use the right locking mode (read vs write) in size_show
In size_show(), the dax_dev_rwsem only needs a read lock, but was acquiring a write lock. Change it to down_read_interruptible() so it doesn't unnecessarily hold a write lock. Link: https://lkml.kernel.org/r/20240430-vv-dax_abi_fixes-v3-4-e3dcd755774c@intel.com Fixes: c05ae9d85b47 ("dax/bus.c: replace driver-core lock usage by a local rwsem") Signed-off-by: Vishal Verma <vishal.l.verma@intel.com> Reviewed-by: Dan Williams <dan.j.williams@intel.com> Cc: Alison Schofield <alison.schofield@intel.com> Cc: Dave Jiang <dave.jiang@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'fs/super.c')
0 files changed, 0 insertions, 0 deletions