~ubuntu-branches/ubuntu/precise/linux-lts-quantal/precise-updates

« back to all changes in this revision

Viewing changes to fs/ext4/namei.c

  • Committer: Package Import Robot
  • Author(s): Luis Henriques, Luis Henriques, Tim Gardner
  • Date: 2013-02-07 12:08:38 UTC
  • Revision ID: package-import@ubuntu.com-20130207120838-8jaukepmb85dkevq
Tags: 3.5.0-24.37~precise1
[Luis Henriques]

* Release Tracking Bug
  - LP: #1118287

[ Tim Gardner ]

* [Config] CONFIG_ALX=m for x86 only
  - LP: #927782

Show diffs side-by-side

added added

removed removed

Lines of Context:
706
706
                        ext4_warning(dir->i_sb, "Node failed checksum");
707
707
                        brelse(bh);
708
708
                        *err = ERR_BAD_DX_DIR;
709
 
                        goto fail;
 
709
                        goto fail2;
710
710
                }
711
711
                set_buffer_verified(bh);
712
712