diff options
Diffstat (limited to 'fs/hpfs/buffer.c')
-rw-r--r-- | fs/hpfs/buffer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/hpfs/buffer.c b/fs/hpfs/buffer.c index 9ecde27d1e29..f49d1498aa2e 100644 --- a/fs/hpfs/buffer.c +++ b/fs/hpfs/buffer.c | |||
@@ -156,7 +156,6 @@ void hpfs_brelse4(struct quad_buffer_head *qbh) | |||
156 | 156 | ||
157 | void hpfs_mark_4buffers_dirty(struct quad_buffer_head *qbh) | 157 | void hpfs_mark_4buffers_dirty(struct quad_buffer_head *qbh) |
158 | { | 158 | { |
159 | PRINTK(("hpfs_mark_4buffers_dirty\n")); | ||
160 | memcpy(qbh->bh[0]->b_data, qbh->data, 512); | 159 | memcpy(qbh->bh[0]->b_data, qbh->data, 512); |
161 | memcpy(qbh->bh[1]->b_data, qbh->data + 512, 512); | 160 | memcpy(qbh->bh[1]->b_data, qbh->data + 512, 512); |
162 | memcpy(qbh->bh[2]->b_data, qbh->data + 2 * 512, 512); | 161 | memcpy(qbh->bh[2]->b_data, qbh->data + 2 * 512, 512); |