mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-12-15 04:49:19 +08:00
16ed5b3af4
tune2fs.c: Changed the external journal code so that it simply adds a filesystem to a journal; the journal must have bene created via "mke2fs -O journal_dev /dev/XXX". mke2fs.c: Add support for creating an external journal device by using the command "mke2fs -O journal_dev /dev/XXX". Also changed the external journal code so -j device=/dev/XXX it simply adds a filesystem to that journal; the journal must have been created via separate step. dumpe2fs.c (print_journal_information): Add support for dumping information about an external journal device.
10 lines
123 B
C
10 lines
123 B
C
#ifndef _JFS_USER_H
|
|
#define _JFS_USER_H
|
|
|
|
typedef unsigned short kdev_t;
|
|
|
|
#include <linux/jfs.h>
|
|
|
|
|
|
#endif /* _JFS_USER_H */
|