~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to fs/jfs/jfs_inode.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
extern int jfs_commit_inode(struct inode *, int);
29
29
extern int jfs_write_inode(struct inode *, struct writeback_control *);
30
30
extern void jfs_evict_inode(struct inode *);
31
 
extern void jfs_dirty_inode(struct inode *);
 
31
extern void jfs_dirty_inode(struct inode *, int);
32
32
extern void jfs_truncate(struct inode *);
33
33
extern void jfs_truncate_nolock(struct inode *, loff_t);
34
34
extern void jfs_free_zero_link(struct inode *);