]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge remote-tracking branches 'vfs/vfs-7.2.casefold', 'vfs/vfs-7.2.directory.delegat...
authorChuck Lever <chuck.lever@oracle.com>
Mon, 1 Jun 2026 15:06:45 +0000 (11:06 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 1 Jun 2026 15:06:45 +0000 (11:06 -0400)
1  2  3  4 
MAINTAINERS
fs/nfsd/xdr4.h
fs/notify/fsnotify.c
fs/notify/mark.c
fs/smb/client/cifsfs.c
fs/smb/server/smb2pdu.c
include/linux/fsnotify_backend.h
tools/perf/trace/beauty/include/uapi/linux/fs.h

diff --cc MAINTAINERS
Simple merge
diff --cc fs/nfsd/xdr4.h
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index e5cde39d6e85d6c2310283cea7073a8bfe3851e7,95985400d3d8e2bcfe84387a13b01a1769112e44,f8c8fb7f34ae0096ed24e3341d02e191eee35c06,95985400d3d8e2bcfe84387a13b01a1769112e44..618eed4d6d724ab85e5f01d6ecc2f7de8c676c87
@@@@@ -915,9 -915,8 -935,9 -915,8 +935,10 @@@@@ extern void fsnotify_clear_marks_by_gro
                                          unsigned int obj_type);
    extern void fsnotify_get_mark(struct fsnotify_mark *mark);
    extern void fsnotify_put_mark(struct fsnotify_mark *mark);
 +++struct fsnotify_mark *fsnotify_next_mark(struct fsnotify_mark *mark);
    extern void fsnotify_finish_user_wait(struct fsnotify_iter_info *iter_info);
    extern bool fsnotify_prepare_user_wait(struct fsnotify_iter_info *iter_info);
++ +extern void fsnotify_modify_mark_mask(struct fsnotify_mark *mark, u32 set, u32 clear);
    
    static inline void fsnotify_init_event(struct fsnotify_event *event)
    {