[PATCH v2 0/2] befs: Add FS_IOC_GETFSLABEL / FS_IOC_SETFSLABEL ioctls

Ethan Ferguson posted 2 patches 2 weeks, 2 days ago
fs/befs/befs.h     |   1 +
fs/befs/linuxvfs.c | 111 +++++++++++++++++++++++++++++++++++++++------
fs/befs/super.c    |   1 +
3 files changed, 100 insertions(+), 13 deletions(-)
[PATCH v2 0/2] befs: Add FS_IOC_GETFSLABEL / FS_IOC_SETFSLABEL ioctls
Posted by Ethan Ferguson 2 weeks, 2 days ago
Hi all, apologies for the email misfire previously. I forgot to add a "v2"
to all of the patch subject lines. This is the corrected email.

Add the ability to read / write to the befs filesystem label through the
FS_IOC_GETFSLABEL and FS_IOC_SETFSLABEL ioctls.

v2:
Added an include for <linux/compat.h> for x86-32 compat ioctls

Ethan Ferguson (2):
  befs: Add FS_IOC_GETFSLABEL ioctl
  befs: Add FS_IOC_SETFSLABEL ioctl

 fs/befs/befs.h     |   1 +
 fs/befs/linuxvfs.c | 111 +++++++++++++++++++++++++++++++++++++++------
 fs/befs/super.c    |   1 +
 3 files changed, 100 insertions(+), 13 deletions(-)

base-commit: 541c43310e85dbf35368b43b720c6724bc8ad8ec
-- 
2.43.0