search for: ccd979bdbce9fb

Displaying 1 result from an estimated 1 matches for "ccd979bdbce9fb".

2023 Apr 03
1
fs/ocfs2/super.c:1809 ocfs2_mount_volume() warn: missing error code 'status'
...t <lkp at intel.com> | Reported-by: Dan Carpenter <error27 at gmail.com> | Link: https://lore.kernel.org/r/202304012244.gX4H4rBO-lkp at intel.com/ smatch warnings: fs/ocfs2/super.c:1809 ocfs2_mount_volume() warn: missing error code 'status' vim +/status +1809 fs/ocfs2/super.c ccd979bdbce9fb Mark Fasheh 2005-12-15 1803 static int ocfs2_mount_volume(struct super_block *sb) ccd979bdbce9fb Mark Fasheh 2005-12-15 1804 { ccd979bdbce9fb Mark Fasheh 2005-12-15 1805 int status = 0; ccd979bdbce9fb Mark Fasheh 2005-12-15 180...