search for: jfs_user

Displaying 3 results from an estimated 3 matches for "jfs_user".

Did you mean: fs_use
2004 Oct 13
0
Linux device number extension patch
..., device number is extended from 16-bit to 32-bit. All utilities and libraries should make corresponding extension for this new feature in kernel 2.6. Following operation defines type "kdev_t" as "unsigned short" type, thus the device number has only 16-bit. In file lib/ext2fs/jfs_user.h: 4 typedef unsigned short kdev_t; In file misc/jfs_user.h: 4 typedef unsigned short kdev_t; In file debugfs/jfs_user.h: 4 typedef unsigned short kdev_t; It seems not to correspond to device number extension.I think Kdev_t should be defined as 32-bit long int. The attac...
2004 Jul 02
0
Patch to fix dist rule in ocfs-tools with another minor fix
Index: ocfs2/libocfs2/Makefile =================================================================== --- ocfs2/libocfs2/Makefile (revision 127) +++ ocfs2/libocfs2/Makefile (working copy) @@ -65,6 +65,7 @@ HFILES = \ include/jfs_user.h \ + include/jfs_compat.h \ include/kernel-jbd.h \ include/kernel-list.h \ include/ocfs2_fs.h \ Index: ocfs2/debugfs.ocfs2/Makefile =================================================================== --- ocfs2/debugfs.ocfs2/Makefile (revision 127) +++ ocfs2/debugfs.ocfs2/Makefile (wo...
2000 Dec 08
2
ext3-0.0.5c released
...ase is the e2fsprogs: e2fsck now supports the journal changes for metadata-only journaling. Ted, I've changed around the use of jfs* include files in e2fsprogs quite heavily here. In each build directory --- the lib/ext2fs dir where mkjournal.c resides, and e2fsck/ itself --- there is a "jfs_user.h" which needs to include the necessary header files. e2fsprogs/include/linux/jfs.h is now a verbatim copy of the kernel's own jfs.h, and likewise recovery.c and revoke.c are shared. mke2fs in this release can only create V2 superblock journals, so filesystems created by the mke2fs will n...