From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason at zx2c4.com (Jason A. Donenfeld) Date: Sun, 19 Jan 2014 15:12:18 +0100 Subject: [PATCH 2/4] cache: use sendfile() instead of a pair of read() + write() In-Reply-To: <20140118213215.GA10922@neptune> References: <1390076700-16626-1-git-send-email-sebastian@breakpoint.cc> <1390076700-16626-3-git-send-email-sebastian@breakpoint.cc> <20140118213215.GA10922@neptune> Message-ID: On Sat, Jan 18, 2014 at 10:32 PM, Jamie Couture wrote: > Hmm. It looks like struct stat lock_st member, introduced in > 939d32fd, was never used anywhere in cgit. Would it make sense to > separate this line in a differnt commit, explaining the unused > member should be removed? I noticed this too. In the future, it's nice to break these up. For now, not such a huge deal.