lkml.org 
[lkml]   [1998]   [Jan]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject2.1.78: small patch for affs
From
Date
Hi,

wouldn't compile otherwise.

Index: linux/fs/affs/symlink.c
===================================================================
RCS file: /usr/src/cvs/linux/fs/affs/symlink.c,v
retrieving revision 1.1.1.3
retrieving revision 1.2
diff -u -r1.1.1.3 -r1.2
--- symlink.c 1998/01/09 11:54:44 1.1.1.3
+++ symlink.c 1998/01/10 17:53:18 1.2
@@ -44,7 +44,7 @@
};

static int
-affs_readlink(struct inode *dentry, char *buffer, int buflen)
+affs_readlink(struct dentry *dentry, char *buffer, int buflen)
{
struct inode *inode = dentry->d_inode;
struct buffer_head *bh;
Index: linux/include/linux/affs_fs.h
===================================================================
RCS file: /usr/src/cvs/linux/include/linux/affs_fs.h,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -r1.1.1.2 -r1.2
--- affs_fs.h 1997/12/09 20:59:59 1.1.1.2
+++ affs_fs.h 1998/01/10 17:50:55 1.2
@@ -78,7 +78,7 @@
extern void affs_brelse(struct buffer_head *buf);
extern unsigned long affs_parent_ino(struct inode *dir);
extern struct inode *affs_new_inode(const struct inode *dir);
-extern int affs_notify_change(struct inode *inode, struct iattr *attr);
+extern int affs_notify_change(struct dentry *dentry, struct iattr *attr);
extern int affs_add_entry(struct inode *dir, struct inode *link,
struct inode *inode, struct dentry *dentry, s32 type);
extern void affs_put_inode(struct inode *inode);
Robbe

--
Robert Bihlmeyer reads: Deutsch, English, MIME, Latin-1, NO SPAM!
<robbe@orcus.priv.at> <http://stud2.tuwien.ac.at/~e9426626/sig.html>
\
 
 \ /
  Last update: 2005-03-22 13:41    [W:0.030 / U:0.076 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site