Whamcloud - gitweb
Write out MDS last_rcvd when first created, don't wait for a client connect.
[fs/lustre-release.git] / lustre / obdclass / fsfilt_ext3.c
index 24844ff..c0c839a 100644 (file)
@@ -523,7 +523,7 @@ static int fsfilt_ext3_prep_san_write(struct inode *inode, long *blocks,
         return ext3_prep_san_write(inode, blocks, nblocks, newsize);
 }
 
-static int fsfilt_ext3_read_record(struct file * file, char *buf,
+static int fsfilt_ext3_read_record(struct file * file, void *buf,
                                    int size, loff_t *offs)
 {
         struct buffer_head *bh;
@@ -558,7 +558,7 @@ static int fsfilt_ext3_read_record(struct file * file, char *buf,
         return size;
 }
 
-static int fsfilt_ext3_write_record(struct file * file, char *buf,
+static int fsfilt_ext3_write_record(struct file * file, void *buf,
                                     int size, loff_t *offs)
 {
         struct buffer_head *bh;