]> Gentwo Git Trees - linux/.git/commit
Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Oct 2025 17:51:44 +0000 (10:51 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Oct 2025 17:51:44 +0000 (10:51 -0700)
commit51e9889ab120c21de8a3ae447672e69aa4266103
treeeeb155244c8bfe8ea7274e37a849590d7af5baef
parente64aeecbbb0962601bd2ac502a2f9c0d9be97502
parent57e62089f8e9d0baaba40103b167003ed7170db5
Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull fs_context updates from Al Viro:
 "Change vfs_parse_fs_string() calling conventions

  Get rid of the length argument (almost all callers pass strlen() of
  the string argument there), add vfs_parse_fs_qstr() for the cases that
  do want separate length"

* tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  do_nfs4_mount(): switch to vfs_parse_fs_string()
  change the calling conventions for vfs_parse_fs_string()
Documentation/filesystems/porting.rst
fs/namespace.c
fs/nfs/namespace.c
include/linux/fs_context.h
kernel/trace/trace.c