]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - misc/create_inode.c
misc/create_inode.c: create directory
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 6 Mar 2014 16:00:24 +0000 (11:00 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 6 Mar 2014 16:00:24 +0000 (11:00 -0500)
commit3068f03f1cc9854ae88ed889cc1594a6871a0213
treefbd6271fedd4e11b24057a356d935d0b01bc5691
parentce600dc4aa4e5a111cac1ac70abaf34de45cc31c
misc/create_inode.c: create directory

The do_mkdir_internal() is used for making dir on the target fs, most of
the code are from debugfs/debugfs.c, the debugfs/debugfs.c will be
modified to use this function.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Reviewed-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/create_inode.c