@@ -1285,7 +1285,7 @@ journal_t *jbd2_journal_init_inode(struct inode *inode)
1285
1285
* superblock as being NULL to prevent the journal destroy from writing
1286
1286
* back a bogus superblock.
1287
1287
*/
1288
- static void journal_fail_superblock (journal_t * journal )
1288
+ static void journal_fail_superblock (journal_t * journal )
1289
1289
{
1290
1290
struct buffer_head * bh = journal -> j_sb_buffer ;
1291
1291
brelse (bh );
@@ -1817,7 +1817,7 @@ int jbd2_journal_destroy(journal_t *journal)
1817
1817
1818
1818
1819
1819
/**
1820
- *int jbd2_journal_check_used_features () - Check if features specified are used.
1820
+ *int jbd2_journal_check_used_features() - Check if features specified are used.
1821
1821
* @journal: Journal to check.
1822
1822
* @compat: bitmask of compatible features
1823
1823
* @ro: bitmask of features that force read-only mount
@@ -1827,7 +1827,7 @@ int jbd2_journal_destroy(journal_t *journal)
1827
1827
* features. Return true (non-zero) if it does.
1828
1828
**/
1829
1829
1830
- int jbd2_journal_check_used_features (journal_t * journal , unsigned long compat ,
1830
+ int jbd2_journal_check_used_features (journal_t * journal , unsigned long compat ,
1831
1831
unsigned long ro , unsigned long incompat )
1832
1832
{
1833
1833
journal_superblock_t * sb ;
@@ -1862,7 +1862,7 @@ int jbd2_journal_check_used_features (journal_t *journal, unsigned long compat,
1862
1862
* all of a given set of features on this journal. Return true
1863
1863
* (non-zero) if it can. */
1864
1864
1865
- int jbd2_journal_check_available_features (journal_t * journal , unsigned long compat ,
1865
+ int jbd2_journal_check_available_features (journal_t * journal , unsigned long compat ,
1866
1866
unsigned long ro , unsigned long incompat )
1867
1867
{
1868
1868
if (!compat && !ro && !incompat )
@@ -1884,7 +1884,7 @@ int jbd2_journal_check_available_features (journal_t *journal, unsigned long com
1884
1884
}
1885
1885
1886
1886
/**
1887
- * int jbd2_journal_set_features () - Mark a given journal feature in the superblock
1887
+ * int jbd2_journal_set_features() - Mark a given journal feature in the superblock
1888
1888
* @journal: Journal to act on.
1889
1889
* @compat: bitmask of compatible features
1890
1890
* @ro: bitmask of features that force read-only mount
@@ -1895,7 +1895,7 @@ int jbd2_journal_check_available_features (journal_t *journal, unsigned long com
1895
1895
*
1896
1896
*/
1897
1897
1898
- int jbd2_journal_set_features (journal_t * journal , unsigned long compat ,
1898
+ int jbd2_journal_set_features (journal_t * journal , unsigned long compat ,
1899
1899
unsigned long ro , unsigned long incompat )
1900
1900
{
1901
1901
#define INCOMPAT_FEATURE_ON (f ) \
0 commit comments