patch-1.3.95 linux/fs/ufs/ufs_symlink.c
Next file: linux/include/asm-alpha/io.h
Previous file: linux/fs/ufs/ufs_super.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Apr 23 09:26:55 1996
- Orig file:
v1.3.94/linux/fs/ufs/ufs_symlink.c
- Orig date:
Tue Apr 23 13:57:11 1996
diff -u --recursive --new-file v1.3.94/linux/fs/ufs/ufs_symlink.c linux/fs/ufs/ufs_symlink.c
@@ -13,6 +13,8 @@
#include <linux/fs.h>
#include <linux/sched.h>
+#include <asm/segment.h>
+
static int
ufs_readlink(struct inode * inode, char * buffer, int buflen)
{
@@ -39,7 +41,7 @@
if (inode->i_sb->u.ufs_sb.s_flags &(UFS_DEBUG|UFS_DEBUG_LINKS)) {
printk("ufs_readlink: bmap got %lu for ino %lu\n",
block, inode->i_ino);
-}
+ }
bh = bread(inode->i_dev, block, BLOCK_SIZE);
if (!bh) {
iput (inode);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this