commit | b2346118971aef99f9701189d774ee5294b352da | [log] [tgz] |
---|---|---|
author | Robert Yang <liezhi.yang@windriver.com> | Thu Mar 06 11:00:24 2014 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Mar 06 11:00:24 2014 -0500 |
tree | f47c723a3cc62fb2191a003d24605acd3ed3b89c | |
parent | 052064b9195da7b6902409a455cdd22b6b2be3d7 [diff] |
misc/create_inode.c: create special file The do_mknod_internal() is used for creating special file which is block, character and fifo, 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>