Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=48440e893d700fb8f0de95fa7d748b711d290365
Commit:     48440e893d700fb8f0de95fa7d748b711d290365
Parent:     fc0e01974ccccc7530b7634a63ee3fcc57b845ea
Author:     David Howells <[EMAIL PROTECTED]>
AuthorDate: Thu Aug 30 17:21:19 2007 +0100
Committer:  David Woodhouse <[EMAIL PROTECTED]>
CommitDate: Sun Sep 2 18:18:46 2007 +0100

    [MTD] Initialise s_flags in get_sb_mtd_aux()
    
    Initialise s_flags in get_sb_mtd_aux() from the flags parameter.
    
    Signed-off-by: David Howells <[EMAIL PROTECTED]>
    Signed-off-by: David Woodhouse <[EMAIL PROTECTED]>
---
 drivers/mtd/mtdsuper.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/mtd/mtdsuper.c b/drivers/mtd/mtdsuper.c
index aca3319..9b430f2 100644
--- a/drivers/mtd/mtdsuper.c
+++ b/drivers/mtd/mtdsuper.c
@@ -70,6 +70,8 @@ static int get_sb_mtd_aux(struct file_system_type *fs_type, 
int flags,
        DEBUG(1, "MTDSB: New superblock for device %d (\"%s\")\n",
              mtd->index, mtd->name);
 
+       sb->s_flags = flags;
+
        ret = fill_super(sb, data, flags & MS_SILENT ? 1 : 0);
        if (ret < 0) {
                up_write(&sb->s_umount);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to