Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309722
b: refs/heads/master
c: 7bc1bac
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Linus Torvalds committed Jun 1, 2012
1 parent 8a93389 commit 7a5af4d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 11475975dd3c0a8e639f1544ef6530373de5979e
refs/heads/master: 7bc1bac77a69011550ce0613f4a23712a002d7ad
1 change: 0 additions & 1 deletion trunk/fs/hpfs/buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ void hpfs_brelse4(struct quad_buffer_head *qbh)

void hpfs_mark_4buffers_dirty(struct quad_buffer_head *qbh)
{
PRINTK(("hpfs_mark_4buffers_dirty\n"));
memcpy(qbh->bh[0]->b_data, qbh->data, 512);
memcpy(qbh->bh[1]->b_data, qbh->data + 512, 512);
memcpy(qbh->bh[2]->b_data, qbh->data + 2 * 512, 512);
Expand Down
7 changes: 0 additions & 7 deletions trunk/fs/hpfs/hpfs_fn.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@

#define CHKCOND(x,y) if (!(x)) printk y

#ifdef DBG
#define PRINTK(x) printk x
#else
#undef PRINTK
#define PRINTK(x)
#endif

struct hpfs_inode_info {
loff_t mmu_private;
ino_t i_parent_dir; /* (directories) gives fnode of parent dir */
Expand Down

0 comments on commit 7a5af4d

Please sign in to comment.