remarkable-linux/fs/ufs
Duane Griffin 723be1f300 ufs: copy symlink data into the correct union member
Copy symlink data into the union member it is accessed through. Although
this shouldn't make a difference to behaviour it makes the code easier
to follow and grep through. It may also prevent problems if the
struct/union definitions change in the future.

Signed-off-by: Duane Griffin <duaneg@dghda.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2009-03-27 14:43:58 -04:00
..
balloc.c
cylinder.c
dir.c
file.c
ialloc.c CRED: Wrap task credential accesses in the UFS filesystem 2008-11-14 10:39:04 +11:00
inode.c ufs: ensure fast symlinks are NUL-terminated 2009-03-27 14:43:58 -04:00
Kconfig fs/Kconfig: move ufs out 2009-01-22 13:16:00 +03:00
Makefile
namei.c ufs: copy symlink data into the correct union member 2009-03-27 14:43:58 -04:00
super.c ufs: validate maximum fast symlink size from superblock 2009-03-27 14:43:57 -04:00
swab.h
symlink.c
truncate.c
ufs.h ufs: don't truncate longer ufs2 fast symlinks 2009-03-27 14:43:58 -04:00
ufs_fs.h
util.c
util.h