diff options
Diffstat (limited to 'Documentation/filesystems/devfs')
-rw-r--r-- | Documentation/filesystems/devfs/ChangeLog | 16 | ||||
-rw-r--r-- | Documentation/filesystems/devfs/modules.conf | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/Documentation/filesystems/devfs/ChangeLog b/Documentation/filesystems/devfs/ChangeLog index 2b8a0d2f0..96a358602 100644 --- a/Documentation/filesystems/devfs/ChangeLog +++ b/Documentation/filesystems/devfs/ChangeLog @@ -1480,3 +1480,19 @@ Work sponsored by SGI <devfs_readdir> - Only set auto-ownership for /dev/pty/s* +=============================================================================== +Changes for patch v162 + +Work sponsored by SGI + +- Set inode->i_size to correct size for symlinks + Thanks to Jeremy Fitzhardinge <jeremy@goop.org> + +- Only give lookup() method to directories to comply with new VFS + assumptions + +- Remove unnecessary tests in symlink methods + +- Don't kill existing block ops in <devfs_read_inode> + +- Restore auto-ownership for /dev/pty/m* diff --git a/Documentation/filesystems/devfs/modules.conf b/Documentation/filesystems/devfs/modules.conf index 273568c3f..43bae68ec 100644 --- a/Documentation/filesystems/devfs/modules.conf +++ b/Documentation/filesystems/devfs/modules.conf @@ -38,7 +38,7 @@ alias /dev/sr* /dev/sr # SCSI tapes probeall /dev/st scsi-hosts st -alias /dev/st* /dev/sr +alias /dev/st* /dev/st alias /dev/nst* /dev/st # SCSI generic |