Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7376
b: refs/heads/master
c: 5e1efe4
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Sep 7, 2005
1 parent 94eb564 commit a543c81
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 919532a54518c3a4a8258319e2bba0e07f69a925
refs/heads/master: 5e1efe4931bf7d95b2f3d48ca0b79ea0e8341cc2
3 changes: 0 additions & 3 deletions trunk/fs/jffs/inode-v23.c
Original file line number Diff line number Diff line change
Expand Up @@ -1629,9 +1629,6 @@ static int jffs_fsync(struct file *f, struct dentry *d, int datasync)
}


extern int generic_file_open(struct inode *, struct file *) __attribute__((weak));
extern loff_t generic_file_llseek(struct file *, loff_t, int) __attribute__((weak));

static struct file_operations jffs_file_operations =
{
.open = generic_file_open,
Expand Down
3 changes: 0 additions & 3 deletions trunk/fs/jffs2/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
#include <linux/jffs2.h>
#include "nodelist.h"

extern int generic_file_open(struct inode *, struct file *) __attribute__((weak));
extern loff_t generic_file_llseek(struct file *file, loff_t offset, int origin) __attribute__((weak));

static int jffs2_commit_write (struct file *filp, struct page *pg,
unsigned start, unsigned end);
static int jffs2_prepare_write (struct file *filp, struct page *pg,
Expand Down

0 comments on commit a543c81

Please sign in to comment.