diff options
| author | Alexander Viro <viro@math.psu.edu> | 2002-04-30 19:57:37 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-04-30 19:57:37 -0700 |
| commit | aacb4fe3f2f313edfd4f0da8d0822ccb7c084d6b (patch) | |
| tree | 8b23ee0ec4b7a94de48849dbf5b527aa6d5e3ba8 /include/linux | |
| parent | afe7e3a9ca94ee382069297e64bb293bb2dd4956 (diff) | |
[PATCH] (2/6) blksize_size[] removal
- switch set_blocksize() to struct block_device *.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 3925906923e5..898b2094679e 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1259,7 +1259,7 @@ extern int submit_bh(int, struct buffer_head *); struct bio; extern int submit_bio(int, struct bio *); extern int is_read_only(kdev_t); -extern int set_blocksize(kdev_t, int); +extern int set_blocksize(struct block_device *, int); extern int sb_set_blocksize(struct super_block *, int); extern int sb_min_blocksize(struct super_block *, int); |
