diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-09-12 09:33:47 -0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-09-12 09:33:47 -0400 |
commit | 5d46770f5f8bb0eff0a82596860958be13e7baf1 (patch) | |
tree | 72e99a7eb6cc236706b056dc0af53e9b5d78d899 /fs/ntfs/ChangeLog | |
parent | c93a777103263c2a610a49771c6336f7a53d8ab7 (diff) |
NTFS: Change the mount options {u,f,d}mask to always parse the number as
an octal number to conform to how chmod(1) works, too. Thanks to
Giuseppe Bilotta and Horst von Brand for pointing out the errors of
my ways.
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index e4fd6134244d..7f4007242893 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -90,7 +90,11 @@ ToDo/Notes: | |||
90 | in the first buffer head instead of a driver global spin lock to | 90 | in the first buffer head instead of a driver global spin lock to |
91 | improve scalability. | 91 | improve scalability. |
92 | - Minor fix to error handling and error message display in | 92 | - Minor fix to error handling and error message display in |
93 | fs/ntfs/aops.c::ntfs_prepare_nonresident_write(). | 93 | fs/ntfs/aops.c::ntfs_prepare_nonresident_write(). |
94 | - Change the mount options {u,f,d}mask to always parse the number as | ||
95 | an octal number to conform to how chmod(1) works, too. Thanks to | ||
96 | Giuseppe Bilotta and Horst von Brand for pointing out the errors of | ||
97 | my ways. | ||
94 | 98 | ||
95 | 2.1.23 - Implement extension of resident files and make writing safe as well as | 99 | 2.1.23 - Implement extension of resident files and make writing safe as well as |
96 | many bug fixes, cleanups, and enhancements... | 100 | many bug fixes, cleanups, and enhancements... |