]> Zhao Yanbai Git Server - minix.git/commit
isofs: rename source directory to "isofs" 58/2758/4
authorDavid van Moolenbroek <david@minix3.org>
Sun, 24 Aug 2014 11:52:43 +0000 (11:52 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Thu, 18 Sep 2014 13:00:57 +0000 (13:00 +0000)
commitc2f99d7c3a4651d2e8e327e073e38f0a52de0376
tree9e64b83919d3ab3043aae3d94f55f495b771c888
parentedfcb0288539a6db018ec873d38dcf029a4e1896
isofs: rename source directory to "isofs"

Change-Id: Ibe630f720b4399e7ebbbd850650036fbaa9cec7b
20 files changed:
minix/fs/Makefile
minix/fs/isofs/Makefile [moved from minix/fs/iso9660fs/Makefile with 100% similarity]
minix/fs/isofs/const.h [moved from minix/fs/iso9660fs/const.h with 100% similarity]
minix/fs/isofs/glo.h [moved from minix/fs/iso9660fs/glo.h with 100% similarity]
minix/fs/isofs/inc.h [moved from minix/fs/iso9660fs/inc.h with 100% similarity]
minix/fs/isofs/inode.c [moved from minix/fs/iso9660fs/inode.c with 100% similarity]
minix/fs/isofs/inode.h [moved from minix/fs/iso9660fs/inode.h with 100% similarity]
minix/fs/isofs/link.c [moved from minix/fs/iso9660fs/link.c with 100% similarity]
minix/fs/isofs/main.c [moved from minix/fs/iso9660fs/main.c with 100% similarity]
minix/fs/isofs/mount.c [moved from minix/fs/iso9660fs/mount.c with 100% similarity]
minix/fs/isofs/path.c [moved from minix/fs/iso9660fs/path.c with 100% similarity]
minix/fs/isofs/proto.h [moved from minix/fs/iso9660fs/proto.h with 100% similarity]
minix/fs/isofs/read.c [moved from minix/fs/iso9660fs/read.c with 100% similarity]
minix/fs/isofs/stadir.c [moved from minix/fs/iso9660fs/stadir.c with 100% similarity]
minix/fs/isofs/super.c [moved from minix/fs/iso9660fs/super.c with 100% similarity]
minix/fs/isofs/super.h [moved from minix/fs/iso9660fs/super.h with 100% similarity]
minix/fs/isofs/susp.c [moved from minix/fs/iso9660fs/susp.c with 100% similarity]
minix/fs/isofs/susp_rock_ridge.c [moved from minix/fs/iso9660fs/susp_rock_ridge.c with 100% similarity]
minix/fs/isofs/table.c [moved from minix/fs/iso9660fs/table.c with 100% similarity]
minix/fs/isofs/utility.c [moved from minix/fs/iso9660fs/utility.c with 100% similarity]