Skip to content

Commit

Permalink
ocfs2: replace u8 by __u8 in ocfs2_fs.h
Browse files Browse the repository at this point in the history
This patch replaces date type 'u8' with '__u8', which follows the coding style of ocfs2_fs.h, and portable to user space
for ocfs2-tools.

Signed-off-by: Coly Li <coly.li@suse.de>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
  • Loading branch information
Coly Li authored and Joel Becker committed Dec 18, 2009
1 parent 3a05d79 commit 9365454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ocfs2/ocfs2_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,7 @@ struct ocfs2_local_disk_dqinfo {
/* Header of one chunk of a quota file */
struct ocfs2_local_disk_chunk {
__le32 dqc_free; /* Number of free entries in the bitmap */
u8 dqc_bitmap[0]; /* Bitmap of entries in the corresponding
__u8 dqc_bitmap[0]; /* Bitmap of entries in the corresponding
* chunk of quota file */
};

Expand Down

0 comments on commit 9365454

Please sign in to comment.