X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=fs%2Finternal.h;h=e3fa69544b66c0bd18e99a023ccf0f32f7b8e009;hb=ab7541c3addd344939e76d0636da0048ce24f2db;hp=315fcd8d237ccb7264aa06f15e7d6c977ab52bf5;hpb=e94f8ccde4710f9a3e51dd3bc6134c96e33f29b3;p=linux.git diff --git a/fs/internal.h b/fs/internal.h index 315fcd8d237c..e3fa69544b66 100644 --- a/fs/internal.h +++ b/fs/internal.h @@ -38,7 +38,7 @@ static inline int __sync_blockdev(struct block_device *bdev, int wait) /* * buffer.c */ -extern void guard_bio_eod(int rw, struct bio *bio); +extern void guard_bio_eod(struct bio *bio); extern int __block_write_begin_int(struct page *page, loff_t pos, unsigned len, get_block_t *get_block, struct iomap *iomap); @@ -151,7 +151,6 @@ extern int invalidate_inodes(struct super_block *, bool); /* * dcache.c */ -extern struct dentry *__d_alloc(struct super_block *, const struct qstr *); extern int d_set_mounted(struct dentry *dentry); extern long prune_dcache_sb(struct super_block *sb, struct shrink_control *sc); extern struct dentry *d_alloc_cursor(struct dentry *);