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

« back to all changes in this revision

Viewing changes to fs/gfs2/quota.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:
12
12
 
13
13
struct gfs2_inode;
14
14
struct gfs2_sbd;
 
15
struct shrink_control;
15
16
 
16
17
#define NO_QUOTA_CHANGE ((u32)-1)
17
18
 
51
52
        return ret;
52
53
}
53
54
 
54
 
extern int gfs2_shrink_qd_memory(struct shrinker *shrink, int nr, gfp_t gfp_mask);
 
55
extern int gfs2_shrink_qd_memory(struct shrinker *shrink,
 
56
                                 struct shrink_control *sc);
55
57
extern const struct quotactl_ops gfs2_quotactl_ops;
56
58
 
57
59
#endif /* __QUOTA_DOT_H__ */