2.1.78: small patch for affs

Robert Bihlmeyer (robbe@orcus.priv.at)
10 Jan 1998 19:19:56 +0100


--Multipart_Sat_Jan_10_19:19:56_1998-1
Content-Type: text/plain; charset=US-ASCII

Hi,

wouldn't compile otherwise.

--Multipart_Sat_Jan_10_19:19:56_1998-1
Content-Type: text/plain; charset=US-ASCII

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);

--Multipart_Sat_Jan_10_19:19:56_1998-1
Content-Type: text/plain; charset=US-ASCII

Robbe

-- 
Robert Bihlmeyer	reads: Deutsch, English, MIME, Latin-1, NO SPAM!
<robbe@orcus.priv.at>	<http://stud2.tuwien.ac.at/~e9426626/sig.html>

--Multipart_Sat_Jan_10_19:19:56_1998-1--