jbd2: JBD_XXX to JBD2_XXX naming cleanup
change JBD_XXX macros to JBD2_XXX in JBD2/Ext4 Signed-off-by: Mingming Cao <cmm@us.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
d802ffa885
commit
cd02ff0b14
9 changed files with 30 additions and 29 deletions
|
|
@ -12,8 +12,8 @@
|
|||
* Ext4-specific journaling extensions.
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_EXT4_JBD_H
|
||||
#define _LINUX_EXT4_JBD_H
|
||||
#ifndef _LINUX_EXT4_JBD2_H
|
||||
#define _LINUX_EXT4_JBD2_H
|
||||
|
||||
#include <linux/fs.h>
|
||||
#include <linux/jbd2.h>
|
||||
|
|
@ -228,4 +228,4 @@ static inline int ext4_should_writeback_data(struct inode *inode)
|
|||
return 0;
|
||||
}
|
||||
|
||||
#endif /* _LINUX_EXT4_JBD_H */
|
||||
#endif /* _LINUX_EXT4_JBD2_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue