]>
git.neil.brown.name Git - history.git/commit
[PATCH] cramfs updates for 2.5.6-pre2
Documentation/filesystems/cramfs.txt
- remove comment about ROM size limit
- fix up magic
- update location of tools
fs/cramfs/README
- add note about sorted directory entries
- mkcramfs compile-time DO_HOLES option replaced by run-time -z option
- update tools section
- add note about PAGE_CACHE_SIZE possibly changing on arm and ia64
fs/cramfs/inode.c
- statfs->f_namelen = CRAMFS_MAXPATHLEN
include/linux/cramfs_fs.h
- add CRAMFS_MAXPATHLEN (252)
- clarify CRAMFS_SUPPORTED_FLAGS definition
scripts/cramfs
- directory removed, the cramfs user-space tools are now located at
<http://sourceforge.net/projects/cramfs/>.