kernel-ark/fs/ufs
Evgeniy Dushistov 90b315af12 ufs: fix symlink creation on ufs2
If we create symlink on UFS2 filesystem under Linux, it looks wrong under
other OSes, because of max symlink length field was not initialized
properly, and data blocks were not used to save short symlink names.

[akpm@linux-foundation.org: add missing fs32_to_cpu()]
Signed-off-by: Evgeniy Dushistov <dushistov@mail.ru>
Cc: Steven <stevenaaus@yahoo.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-02-08 09:22:33 -08:00
..
balloc.c
cylinder.c
dir.c
file.c
ialloc.c
inode.c iget: stop UFS from using iget() and read_inode() 2008-02-07 08:42:29 -08:00
Makefile
namei.c iget: stop UFS from using iget() and read_inode() 2008-02-07 08:42:29 -08:00
super.c ufs: fix symlink creation on ufs2 2008-02-08 09:22:33 -08:00
swab.h
symlink.c
truncate.c
ufs.h iget: stop UFS from using iget() and read_inode() 2008-02-07 08:42:29 -08:00
util.c
util.h