linux24/fs/jfs
OSS-jfs_Admin <[email protected]>
| Newsgroups | gmane.comp.file-systems.jfs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /usr/cvs/jfs/linux24/fs/jfs In directory swg3ws025:/tmp/cvs-serv24888 Modified Files: super.c Log Message: Use strtoull instead of strtoul. In older kernels, strtoull is not exported, so building jfs.o as a module fails. The number of blocks in a volume can't currently exceed the range of an unsigned long anyway.