[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20170515185659.4707-1-fabf@skynet.be>
Date: Mon, 15 May 2017 20:56:59 +0200
From: Fabian Frederick <fabf@...net.be>
To: Alexander Viro <viro@...iv.linux.org.uk>
Cc: linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
fabf@...net.be
Subject: [PATCH 1/3 linux-next] fs/affs: normalize inode function prototypes
Use the same style as other function blocks
Signed-off-by: Fabian Frederick <fabf@...net.be>
---
fs/affs/affs.h | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/fs/affs/affs.h b/fs/affs/affs.h
index 773749b..87b17b5 100644
--- a/fs/affs/affs.h
+++ b/fs/affs/affs.h
@@ -179,14 +179,14 @@ extern int affs_rename2(struct inode *old_dir, struct dentry *old_dentry,
/* inode.c */
-extern struct inode *affs_new_inode(struct inode *dir);
-extern int affs_notify_change(struct dentry *dentry, struct iattr *attr);
-extern void affs_evict_inode(struct inode *inode);
-extern struct inode *affs_iget(struct super_block *sb,
- unsigned long ino);
-extern int affs_write_inode(struct inode *inode,
- struct writeback_control *wbc);
-extern int affs_add_entry(struct inode *dir, struct inode *inode, struct dentry *dentry, s32 type);
+extern struct inode *affs_new_inode(struct inode *dir);
+extern int affs_notify_change(struct dentry *dentry, struct iattr *attr);
+extern void affs_evict_inode(struct inode *inode);
+extern struct inode *affs_iget(struct super_block *sb, unsigned long ino);
+extern int affs_write_inode(struct inode *inode,
+ struct writeback_control *wbc);
+extern int affs_add_entry(struct inode *dir, struct inode *inode,
+ struct dentry *dentry, s32 type);
/* file.c */
--
2.9.3
Powered by blists - more mailing lists