OSDN Git Service

staging/lustre/llite: make llite/lov and lmv symlinks
authorOleg Drokin <green@linuxhacker.ru>
Thu, 21 May 2015 19:32:18 +0000 (15:32 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 31 May 2015 02:18:24 +0000 (11:18 +0900)
commitd8ede3f1d5d94618442a61067c6b98a2afbb0962
treec3146fa5b605a273bc3d0078b2beef2b9b580145
parent0bc36cb06e4bc5e936f2f442535daf557c7a4200
staging/lustre/llite: make llite/lov and lmv symlinks

old proc code had /proc/sys/fs/lustre/llite/.../lov and lmv
dirs that contained name of the dir in lustre/lov and lustre/lmv
to better be able to find correct obd device there, but
I imagien a better solution would be to just create a symlink with
the same name. The name is then pointless and the target dir would
have uuid file just as if it was the old-style dir.

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/lproc_llite.c