Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f1a9aae authored by Steven Whitehouse's avatar Steven Whitehouse
Browse files

[GFS2] Fix typo in last patch

parent 0e0bcae3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1181,7 +1181,7 @@ __generic_file_aio_read(struct kiocb *iocb, const struct iovec *iov,
				*ppos = pos + retval;
		}
		if (likely(retval != 0)) {
			file_accessed(flip);
			file_accessed(filp);
			goto out;
		}
	}