Open GoogleCodeExporter opened 9 years ago
ideas on the implementation:
mkdir newtag
mv oldtag/* newtag
rmdir oldtag
Original comment by zyangm...@gmail.com
on 6 Apr 2010 at 1:08
Hi zyangmath,
It is great that you are interested in tagfilesytem and thanks for your comment.
I am not clear what the required feature is. But if you go through the code,
you will
find that there is not 'mv' syscall in filesystem API. If a program wants to
rename a
tag, the program should use 'rename' filesytem API instead.
Any comment is welcome.
Original comment by EndySun@gmail.com
on 20 Apr 2010 at 7:08
Original issue reported on code.google.com by
zyangm...@gmail.com
on 6 Apr 2010 at 12:58