~ubuntu-branches/ubuntu/trusty/linux-linaro-omap/trusty

« back to all changes in this revision

Viewing changes to fs/gfs2/quota.h

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-57i0gl3v99b3lkfg
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

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__ */