forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel…
…/git/jack/linux-fs Pull UDF, reiserfs, quota, fsnotify cleanups from Jan Kara: "Several UDF, reiserfs, quota and fsnotify cleanups. Note that there is also a patch updating MAINTAINERS entry for notification subsystem to point to me as a maintainer since current entries are stale" * 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs: fsnotify: make dnotify_fsnotify_ops const isofs: Delete an unnecessary variable initialisation in isofs_read_inode() isofs: Adjust four checks for null pointers isofs: Delete an error message for a failed memory allocation in isofs_read_inode() quota_v2: Delete an error message for a failed memory allocation in v2_read_file_info() fs-udf: Delete an error message for a failed memory allocation in two functions fs-udf: Improve six size determinations fs-udf: Adjust two checks for null pointers reiserfs: fix spelling mistake: "tranasction" -> "transaction" MAINTAINERS: Update entries for notification subsystem uapi/linux/quota.h: Do not include linux/errno.h
- Loading branch information
Showing
9 changed files
with
28 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4136,7 +4136,9 @@ F: include/linux/dax.h | |
F: include/trace/events/fs_dax.h | ||
|
||
DIRECTORY NOTIFICATION (DNOTIFY) | ||
M: Eric Paris <[email protected]> | ||
M: Jan Kara <[email protected]> | ||
R: Amir Goldstein <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/filesystems/dnotify.txt | ||
F: fs/notify/dnotify/ | ||
|
@@ -5247,7 +5249,9 @@ F: Documentation/hwmon/f71805f | |
F: drivers/hwmon/f71805f.c | ||
|
||
FANOTIFY | ||
M: Eric Paris <[email protected]> | ||
M: Jan Kara <[email protected]> | ||
R: Amir Goldstein <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: fs/notify/fanotify/ | ||
F: include/linux/fanotify.h | ||
|
@@ -6757,9 +6761,9 @@ S: Maintained | |
F: drivers/mtd/nand/jz4780_* | ||
|
||
INOTIFY | ||
M: John McCutchan <[email protected]> | ||
M: Robert Love <[email protected]> | ||
M: Eric Paris <eparis@parisplace.org> | ||
M: Jan Kara <[email protected]> | ||
R: Amir Goldstein <[email protected]> | ||
L: [email protected].org | ||
S: Maintained | ||
F: Documentation/filesystems/inotify.txt | ||
F: fs/notify/inotify/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters