Displaying 1 result from an estimated 1 matches for "ext2_symlink".
Did you mean:
ext2fs_symlink
2002 Mar 28
2
Patches for rsync.mbox
...+++++++++++
Some paths on the remote server may require authentication.
If so then you will receive a password prompt when you con-
***************
*** 85508,85514 ****
If the symlink is longer, data blocks are allocated as on classic
Unix.
! From linux-2.4.16/fs/ext2/namei.c:ext2_symlink:
if (l > sizeof (inode->u.ext2_i.i_data)) {
/* slow symlink */
--- 85508,85514 ----
If the symlink is longer, data blocks are allocated as on classic
Unix.
! > From linux-2.4.16/fs/ext2/namei.c:ext2_symlink:
if (l > sizeof (inode->u.ext2_i.i_data)) {
/* slo...