Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74993
b: refs/heads/master
c: 087ee8d
h: refs/heads/master
i:
  74991: b4c0f22
v: v3
  • Loading branch information
Jan Kara authored and Linus Torvalds committed Dec 18, 2007
1 parent e868d0f commit 202e0e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: d5dbac87b4343d98ae509fb787efb77f8ddc484b
refs/heads/master: 087ee8d5bec1aa6d0a1dfe3067c7298375462ceb
4 changes: 2 additions & 2 deletions trunk/fs/dquot.c
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ static void send_warning(const struct dquot *dquot, const char warntype)
}
#endif

static inline void flush_warnings(struct dquot **dquots, char *warntype)
static inline void flush_warnings(struct dquot * const *dquots, char *warntype)
{
int i;

Expand Down Expand Up @@ -1216,7 +1216,7 @@ int dquot_alloc_inode(const struct inode *inode, unsigned long number)
for (cnt = 0; cnt < MAXQUOTAS; cnt++)
if (inode->i_dquot[cnt])
mark_dquot_dirty(inode->i_dquot[cnt]);
flush_warnings((struct dquot **)inode->i_dquot, warntype);
flush_warnings(inode->i_dquot, warntype);
up_read(&sb_dqopt(inode->i_sb)->dqptr_sem);
return ret;
}
Expand Down

0 comments on commit 202e0e9

Please sign in to comment.