Zbr's days.

About :: TODO :: Blog :: RSS :: Old blog :: Projects :: GIT :: Gallery :: Notes

Tue, 09 Sep 2008

New distributed storage release: "There is no spoon, black and white".

This is a very minor DST update, which contains following changes:

  • sector_t compilation warnings removed.
  • Debug, init, alloc, whatever cleanups noted by Sven Wegener (sven.wegener_stealer.net).
  • S o m e c h e c k p a t c h . p l m a s t u r b a t i o n
  • New name: "Linux benevolent dictator said: there is no spoon, black and white"
Actually I fixed only small amount of the crap returned by checkpatch.pl, particulary I did not fix cases of long lines, when it is actually a comment added after some variable, or things like
for (i=0; i<n; ++i) and
struct some_name
{
...
}
when checkpatch.pl wants
for (i = 0; i < n; ++i) and
struct some_name {
...
}
But tried to remove more than 80-characters code strings, trailing spaces and couple of other warnings.

Now I will concentrate on POHMELFS locking and then distributed facilities. Stay tuned, new version will be extremely cool in this regard!

/devel/dst :: Link / Comments ()