[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bug-103111-13602-p5MJOQewOX@https.bugzilla.kernel.org/>
Date: Thu, 20 Aug 2015 05:48:19 +0000
From: bugzilla-daemon@...zilla.kernel.org
To: linux-ext4@...r.kernel.org
Subject: [Bug 103111] auto_da_alloc mount option not working
https://bugzilla.kernel.org/show_bug.cgi?id=103111
--- Comment #2 from Rakesh <patelrakeshcomp@...il.com> ---
Same behaviour on kernel 3.14.27 also.
Power cut for 15sec, 20sec and 25sec. All 3times, files is having zero length.
For above code file "example.txt1" is empty.
If I rename command(system(mv example.txt example.txt1)) then also example.txt
is blank.
ofstream myfile;
myfile.open ("example.txt",std::ofstream::trunc);
myfile << "Writing this to a file.\n";
--
You are receiving this mail because:
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists