JFS: fix sparse warnings by moving extern declarations to headers
Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) International Business Machines Corp., 2000-2002
|
||||
* Portions Copyright (c) Christoph Hellwig, 2001-2002
|
||||
* Copyright (C) International Business Machines Corp., 2000-2002
|
||||
* Portions Copyright (C) Christoph Hellwig, 2001-2002
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -19,16 +19,13 @@
|
||||
|
||||
#include <linux/fs.h>
|
||||
#include "jfs_incore.h"
|
||||
#include "jfs_inode.h"
|
||||
#include "jfs_dmap.h"
|
||||
#include "jfs_txnmgr.h"
|
||||
#include "jfs_xattr.h"
|
||||
#include "jfs_acl.h"
|
||||
#include "jfs_debug.h"
|
||||
|
||||
|
||||
extern int jfs_commit_inode(struct inode *, int);
|
||||
extern void jfs_truncate(struct inode *);
|
||||
|
||||
int jfs_fsync(struct file *file, struct dentry *dentry, int datasync)
|
||||
{
|
||||
struct inode *inode = dentry->d_inode;
|
||||
|
Reference in New Issue
Block a user