OSDN Git Service

fuse2fs: improve command-line parsing
authorTheodore Ts'o <tytso@mit.edu>
Sat, 12 Mar 2016 07:06:14 +0000 (02:06 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 12 Mar 2016 07:13:34 +0000 (02:13 -0500)
commit69df84967f17d0c3d78ee982101ade85077f8662
treeff0009ec934daf9c5ccc4c390f42017bd32f1e4b
parent5b7afaf181dc3c84b9cc45ba6538ee7f52cb9bfe
fuse2fs: improve command-line parsing

Use libfuse's command line parsing, which is much more powerful and
flexible than what we had before, and to allow the user to have more
fine-grained control over FUSE's run-time options.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/fuse2fs.c